Hi,
How can I catch the lostfocus event in my app when another (external) program gets the focus (and my app lost it)because there is no "official" lostfocus event in this case.
Thanks
Printable View
Hi,
How can I catch the lostfocus event in my app when another (external) program gets the focus (and my app lost it)because there is no "official" lostfocus event in this case.
Thanks
Search for WM_ACTIVATE. It's either here or at http://www.codeguru.com/vb that the same question was asked yesterday or so...