Making a window visible again with hotkey??
- Posted by Eddy Van Esch <raimundo4u at YAHOO.COM> Jan 11, 2001
- 424 views
Hi all, I want to make a window invisible and make it visible again by pressing a hotkey combination (ALT W for example). I can't get the window to become visible again. I used the win32lib function "RegisterHotkey" to assign a hotkey to the window and to a button on the window. But once the window is invisible it doesn't reappear... The windows API also has a "RegisterHotkey" function. I could try to use this, but I don't know how to get "WinMain" to process this event.. Does anybody have any suggestion? Kind regards Eddy