CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1

    Eliminating the task bar icon.

    Can someone point me in the correct direction for eliminating the task bar button, so that my application will run as only a task tray icon, or maybe not appear at all. Any references to where I can find a good source of information on the topic would be great.


  2. #2
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    53

    Re: Eliminating the task bar icon.

    At the Form Properties there is an entry called ShowInTaskBar. Set the value to false and your application will not appear in the task bar.

    mfG Pueromane


  3. #3
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Eliminating the task bar icon.

    Or the easiest one...set form's borderstyle to other then Sizable...and there you go.....no button in the TaskBar


  4. #4

    Re: Eliminating the task bar icon.

    I need to know how to play an icon in the task tray and how to prevent the window from downsizing to a win3.1 style minimized window when it's not allowed to appear in the task bar.


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