Creating a win32 modal window with CreateWindow
- by cagribal
Hi,
I create a window with CreateWindow() and show it with ShowWindow(). But the parent window on which this was created should be disabled until user returns from this window, i.e. it should simulate modal dialog box. Any help is appreciated.
Thanks