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

    App in taskbar...

    How can I hide my dialog-based application from the taskbar by instead using an icon in the system tray. I know the whole procedure with adding an icon to the SysTray, but that still leaves my app on the taskbar. How can I create it without it showing up on there? Please help....

    Mike Dorsey

  2. #2
    Join Date
    May 1999
    Posts
    31

    Re: App in taskbar...

    Hi,

    To hide your app from the taskbar, open the dialog resource, double-click on it to access it's properties, and check the "Tool Window" property in the "Extended Styles" tab.

    Daniel.


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