Is there an event that fires if I just move the form around the screen? And
are there any events for when my app goes out of focus, i.e. another app
gets focus? There is a lostfocus and gotfocus event, but this is for when
your app goes from form to form. I need to know when my app loses focus to
another app.
J French - 31 Jan 2004 15:03 GMT
>Is there an event that fires if I just move the form around the screen? And
>are there any events for when my app goes out of focus, i.e. another app
>gets focus? There is a lostfocus and gotfocus event, but this is for when
>your app goes from form to form. I need to know when my app loses focus to
>another app.
You are either into SubClassing
or some dirty methods using a Timer
The GetForeGroundWindow API is useful
I strongly suggest that you download the API Guide from :-
www.AllAPI.net