Groups | Blog | Home
all groups > dotnet windows forms > may 2006 >

dotnet windows forms : Hide an application to taskbar by the clock


Backwards
5/13/2006 11:27:43 PM
Hi everyone.

I'm using visual studio 2005 and programming with VB.
Is there anyway to have your application hide to the taskbar by the
clock. The likes of the way norton anti virus auto proctect and outlook
hides there with just there icons showing.

Anybody know how to do this?

Regards,

Andy Barker
kh
5/14/2006 5:06:01 AM
hi. this is a "systray" application. lots of samples available from what i
can tell. for example..

http://www.vbaccelerator.com/home/net/code/libraries/Shell_Projects/SysTray/article.asp

good luck

kh


[quoted text, click to view]
Stoitcho Goutsev (100)
5/15/2006 9:16:01 AM
kh,

You need to use NotifyIcon component to install the icon next to the clock.
Then you hide your application and remove it from the taskbar with setting
its form's ShowInTaskbar property to false.


--

Stoitcho Goutsev (100)

[quoted text, click to view]

AddThis Social Bookmark Button