Tim R.
2007-11-20 18:50:05 UTC
Good afternoon all,
I am using the API method Windows.SetForeGroundMethod() to attempt to
set make my program become the focused (and seen) form on my screen. I
have entered the code as Windows.SetForeGroundWindow(Form1.handle);
and it is obviously doing something, because the tab in the toolbox
flashes, but it does not come to the foreground of the screen (like
when someone messages you on MSN messenger. The window flashes, but
does not actually come to the foreground). Is there any API method
that I have to use to force the program to come to the foreground?
Thanks for the help
Tim
I am using the API method Windows.SetForeGroundMethod() to attempt to
set make my program become the focused (and seen) form on my screen. I
have entered the code as Windows.SetForeGroundWindow(Form1.handle);
and it is obviously doing something, because the tab in the toolbox
flashes, but it does not come to the foreground of the screen (like
when someone messages you on MSN messenger. The window flashes, but
does not actually come to the foreground). Is there any API method
that I have to use to force the program to come to the foreground?
Thanks for the help
Tim