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

    Hiding Taskbar Entries...

    I hope I'm not flooding the board...but I have another question I need to hide the taskbar entry when I send my program to the systray, and bring it back when the program is maximized again. I tried setting the ShowInTaskbar setting, but I get a compile error saying "Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic." Is this the correct method for hiding a taskbar entry or am I going about this the wrong way. Thanks again!

    ~Ryan


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Hiding Taskbar Entries...

    Just a comment, when I send my program to become Tray Icon, I hide it, Me.Hide before doing so, it should have remove it from the taskbar entry.


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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