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

    Exclamation Windows API to remove my application from taskbar

    Hi,

    I want to know the Windows Native API which provides the facility to remove my application from taskbar and add on system tray (as Icon). I am working with Unity. Unity doesn't provide any API inbuilt to do this. I want to make this with the help of Windows API.


    Thanks in advance.

  2. #2
    Join Date
    Dec 2011
    Posts
    10

    Re: Windows API to remove my application from taskbar

    I'm not sure what you are trying to say. Are you working with the .NET framework? Try using
    Code:
    this.ShowInTaskbar = false;

  3. #3
    Join Date
    May 2007
    Location
    Denmark
    Posts
    623

    Re: Windows API to remove my application from taskbar

    Is there some specific reason why you want your application hidden in this way? Most users would not expect this behavior.
    It's not a bug, it's a feature!

Tags for this Thread

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