RE: FN-FORUM: VB question
date posted 12th January 2004 23:46
> is there any method to detect when the users leaves the app
> for another one, without closing it? say joe bloggs using the
> app clicks on winamp on the taskbar and the app knows that
> its lost the focus?
Can you not use the form's lostFocus call? (form_lostFocus())...
Should work - however, I'm not in a position to test that theory..
Rgds,
C.