Making a window dialog wait for a user response (Win32Lib)
- Posted by ZNorQ <znorq at holhaug.com> Jun 30, 2006
- 809 views
I'm making an error routine with custom created error dialogs using standard windows for the purpose. My intention is to make the application wait for a user respons in case of an error. My problem is that the code continues and do not wait for that response... How do I go about? I use openWindow(WinID, Modal) to open en error dialog. Ken