OK..
I want my form to gain the foreground
for a second (not AlwaysOnTop) and then
stay there in till the user puts it somewhere.
no matter what program they are using I
want it to take the top of all the windows,
how do you code this?
Printable View
OK..
I want my form to gain the foreground
for a second (not AlwaysOnTop) and then
stay there in till the user puts it somewhere.
no matter what program they are using I
want it to take the top of all the windows,
how do you code this?
try either of these....
Code:Me.SetFocus
'or
Me.ZOrder 0
'should work fine...