Help for this page

Select Code to Download


  1. or download this
    ## win32.c
    
    ...
    
        return CreateWindow("Static", "", 0, 0, 0, 0, 0, HWND_MESSAGE, 0, 
    +0, NULL);
    }