Announcement

Collapse
No announcement yet.

%WS_DLGFRAME

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

  • %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)?
    Thanks,

    John Kovacich
    Ivory Tower Software

  • #2
    John --
    add %WS_POPUP Or before %DS_CENTER

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

    Comment


    • #3
      Thanks. That fixed it.

      ------------------
      Thanks,

      John Kovacich
      Ivory Tower Software

      Comment

      Working...
      X