View Single Post
Old May 4th, 2006, 8:19 PM   #2
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Hey bud.

I'm not quite sure exactly what you are asking so you can try a couple things.
If you want to hide the program from showing up in the taskbar, there is a form property you can change. Set ShowInTaskbar = false to do that. If thats not what you meant, I can only thing of one other thing. Do you mean to hide the program and display an icon in the system tray?(near the clock). If so, it's a lot of code, but here are a few results from google:

http://www.vbforums.com/showthread.php?t=379153
http://www.devx.com/vb2themax/Tip/18407

Hope this will work for you this time.

Have fun
Booooze is offline   Reply With Quote