| 
      
      
      From: Marcus <li...@wo...> - 2001-11-01 10:27:22
      
     | 
| Is there documentation on the Window -style parameters?
I couldn't find any. I took a sample program and tried out parameters,
but they still aren't clear. This is what I mean:
From pmx.gpl:
 -style   => WS_BORDER 
              | DS_MODALFRAME 
              | WS_POPUP 
              | WS_CAPTION 
              | WS_SYSMENU,
    -exstyle => WS_EX_DLGMODALFRAME 
              | WS_EX_WINDOWEDGE 
              | WS_EX_CONTEXTHELP 
              | WS_EX_CONTROLPARENT,
Thanks,
Marcus
 |