how to minimize application in system tray?
-
Hi! i am developing application in C# 2005, i want to minimize my application into system tray when user press the minimize button. i saw few articles and demo projects regarding this but could not understand that how i will implement them in my application. Is there any built in method provided by dotnet for this purpose? Thanks in advance... Regards, Affan Ahmad Toor
-
Hi! i am developing application in C# 2005, i want to minimize my application into system tray when user press the minimize button. i saw few articles and demo projects regarding this but could not understand that how i will implement them in my application. Is there any built in method provided by dotnet for this purpose? Thanks in advance... Regards, Affan Ahmad Toor
one way to do this like make Control Box false. then Create your own minimize box adding one button. and on Minimizebutton Click write this.Hide() Sanjit.rajbanshi@wlinktech.com
-
Hi! i am developing application in C# 2005, i want to minimize my application into system tray when user press the minimize button. i saw few articles and demo projects regarding this but could not understand that how i will implement them in my application. Is there any built in method provided by dotnet for this purpose? Thanks in advance... Regards, Affan Ahmad Toor
-
Hi! i am developing application in C# 2005, i want to minimize my application into system tray when user press the minimize button. i saw few articles and demo projects regarding this but could not understand that how i will implement them in my application. Is there any built in method provided by dotnet for this purpose? Thanks in advance... Regards, Affan Ahmad Toor