Results 1 to 2 of 2

Thread: [RESOLVED] how to hide a process from taskbar.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2008
    Posts
    235

    Resolved [RESOLVED] how to hide a process from taskbar.

    i want that if a process (EXE) is running it should not become visible in task bar. it does not matter to me whether it is running or visible in task manager.
    any code snipet that would show how to make an exe invisible from task bar.

    thanks

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: how to hide a process from taskbar.

    The Task Bar doesn't show EXEs or processes; it shows windows. If you want a form to not have an icon displayed in the Task Bar then you set its ShowInTaskBar property to False.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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