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

    How to hide window(dialog) from TaskBar

    I need to hide window(derived from CFrameWnd) or dialog from Win95/98 TaskBar, but don't know how to do this.

    Plz... Help.


  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: How to hide window(dialog) from TaskBar

    I need to know that as well...
    I'm using the CSystemTray class from this site and the demo applet doesn't have a taskbar item - but I can't work out WHY it doesn't have one!

    Nick.....


  3. #3
    Join Date
    Apr 1999
    Posts
    3

    Re: How to hide window(dialog) from TaskBar

    Hi!
    Give your window the style WS_EX_TOOLWINDOW, then it won't be shown in the taskbar!
    Gerald


  4. #4
    Join Date
    Jun 1999
    Location
    Vancouver, Canada
    Posts
    19

    Re: How to hide window(dialog) from TaskBar

    This does not work in a Dialog Based application.

    Any ideas?


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