Creating a win32 modal window with CreateWindow
        Posted  
        
            by cagribal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cagribal
        
        
        
        Published on 2009-04-09T15:13:44Z
        Indexed on 
            2010/05/31
            12:12 UTC
        
        
        Read the original article
        Hit count: 671
        
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
© Stack Overflow or respective owner