Re: Win32Lib questions: Hiding application
- Posted by David Cuny <dcuny at LANSET.COM> Jan 30, 2000
- 475 views
Ben Logan wrote: > Also, can I prevent someone from closing my application unless they have a > password? I thought about the onClose event, but that seems a little late. You can trap the WM_DESTROY message using onEvent, and return True to prevent it from being processed if some flag isn't set. The application can still be shut down with Ctrl+Alt+Del. -- David Cuny