Announcement

Collapse
No announcement yet.

%WS_DLGFRAME

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • John Kovacich
    replied
    Thanks. That fixed it.

    ------------------

    Leave a comment:


  • Semen Matusovski
    replied
    John --
    add %WS_POPUP Or before %DS_CENTER

    ------------------

    Leave a comment:


  • John Kovacich
    started a topic %WS_DLGFRAME

    %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)?
Working...
X