CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 1999
    Location
    Calgary, AB
    Posts
    4

    Remove from Taskbar during runtime

    I'm looking for a way to remove the taskbar icon after runtime. I know it is possible as I've seen a sample program that does it, but I was unable to incorporate that code into my program. Can anyone help?

    Thanks


  2. #2
    Join Date
    Sep 1999
    Location
    usa
    Posts
    57

    Re: Remove from Taskbar during runtime

    if you are using version 5 or better you can
    hide your application from the taskbar by setting
    the showintaskbar property to false.

    HTH

    [email protected]

  3. #3
    Join Date
    Sep 1999
    Location
    Calgary, AB
    Posts
    4

    Re: Remove from Taskbar during runtime

    showintaskbar is read only at/after runtime though, so that won't work. I tried it


  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Remove from Taskbar during runtime

    I know that vbAccelerator has an article on this somewhere (I don't have the URL with me here) - take a look around at :

    http://vbaccelerator.com


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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