|
-
Apr 13th, 2008, 09:01 AM
#1
Thread Starter
Frenzied Member
[2005] Form not in Taskbar
Hello out of cuorisoty how do i make my program not show up in the windows taskbar? It can show up as one of those small icons in the windows taskbar on the far right but not as one of those tabs that popup when minimized.
-
Apr 13th, 2008, 09:11 AM
#2
Re: [2005] Form not in Taskbar
If you don't want a form show in the task bar then set its ShowInTaskbar property to False. Oh, those cryptic property names! 
If you want an icon in the notification area (system tray) then you need to add a NotifyIcon to your form, set its Icon property and set its Visible property to True.
-
Apr 13th, 2008, 09:11 AM
#3
Re: [2005] Form not in Taskbar
Here is a recent thread on the topic: http://www.vbforums.com/showthread.php?t=503645
EDIT: jmc beating me all morning.
-
Apr 13th, 2008, 01:29 PM
#4
Re: [2005] Form not in Taskbar
If you add a notifyicon remember to set the visble property to false when you exit the app. it isn't required, just neater.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|