When I create the following dialog:
DIALOG NEW 0,"", StartX, StartY, DialogWidth, DialogHeight,
%DS_CENTER OR %WS_DLGFRAME, %WS_EX_TOPMOST TO MyWhnd
I get a blank title bar. I thought %WS_DLGFRAME was supposed to give me a dialog with no title bar. I am not using %WS_CAPTION, or any of the menu/control items which go on the title bar.
Is there a different parameter (not in the help file)?
DIALOG NEW 0,"", StartX, StartY, DialogWidth, DialogHeight,
%DS_CENTER OR %WS_DLGFRAME, %WS_EX_TOPMOST TO MyWhnd
I get a blank title bar. I thought %WS_DLGFRAME was supposed to give me a dialog with no title bar. I am not using %WS_CAPTION, or any of the menu/control items which go on the title bar.
Is there a different parameter (not in the help file)?
Comment