quote:
Originally posted by Mike2
quote:
Originally posted by Matty
Form1.hWnd
If you want to get the hwnd of a form, doesn't it need to be shown?
No, it must simply exist (aka loaded in memory), and in VB a created form in your project always exist...
quote:
Originally posted by Mike2
What I would do, is to enum all the windows, and use the EnableWindow API on msn's windows hWnds...
Cyberdude isn't talking about MSN Messenger windows.