C# - Minimize to tray at system startup -


In my application, I have an option to start the application when Windows starts, this works great I also have That is, when minimized, the app is reduced to the system tray. Is there any way on which it can be automatically reduced at the same time as Windows? The way I could think, it is to regain the amount of time at which the system is running and uses that data to decide if the machine has started recently or not. Obviously there are a lot of flaws with that theory. Do you have any other ideas about how this can be done?

Apply a command line switch to your program that causes your program to reduce from the tray When you start the program with Windows startup, just include the switch.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -