CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    2

    Remove Icon from Dialog Title bar

    Hi All,

    Does anyone know how to remove the windows ICON from the title bar of a MODELESS dialog.

    I tried remove the WS_SYSMENU flag but that takes away my ? and X at the right corner too...

    Thanks in advance.

    M.T


  2. #2
    Join Date
    May 1999
    Posts
    17

    Re: Remove Icon from Dialog Title bar

    The Ex style WS_EX_TOOLWINDOW may be what you want.

    Howard


  3. #3
    Join Date
    May 1999
    Posts
    2

    Thanks!

    Great, ws_ex_toolwindow works !!!
    thanks!
    MT


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured