Thanks. That fixed it.
------------------
Announcement
Collapse
No announcement yet.
%WS_DLGFRAME
Collapse
X
-
John --
add %WS_POPUP Or before %DS_CENTER
------------------
Leave a comment:
-
%WS_DLGFRAME
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)?Tags: None
Leave a comment: