View Full Version : Hide my application in the "system tray"
MontyBurns
23rd August 2006, 03:22 PM
Hello everybody.
Can you tell me how I can hide my application form and minimize it to the "system tray"?
Thank you very much in advance.
Alex
cgrillo
23rd August 2006, 03:29 PM
What development tool are you using?
MontyBurns
23rd August 2006, 03:31 PM
I'm using Visual Studio .net 2003 and 2005.
CmdKewin
23rd August 2006, 04:25 PM
Use the Hide() method. If you want to hide your form at startup, DON'T do it in the Form.Load() method: it won't work. Do it instead on the Form.Activated event. You will notice some "flickering", but it does the job. This will hide your app and it will show in the "task list".
Appu
23rd August 2006, 04:27 PM
mayb true toolbar can help u.. :)
http://www.valksoft.com/TrueToolbar.html
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.