Startup Switch Options ...
-
I am looking for info on creating application switches. After creating a shortcut in the users Startup folder, I want to start the application minimized. Can anyone pass me a heads up ? Thanks in Advance **DAN**
-
I am looking for info on creating application switches. After creating a shortcut in the users Startup folder, I want to start the application minimized. Can anyone pass me a heads up ? Thanks in Advance **DAN**
i have an article in which command line parsing is discussed it's not the main subject but you can find it @ http://www.codeproject.com/csharp/csquickmd5.asp greetz ;-) *Niels Penneman*
Software/Dev Site
Personal Site
-
I am looking for info on creating application switches. After creating a shortcut in the users Startup folder, I want to start the application minimized. Can anyone pass me a heads up ? Thanks in Advance **DAN**
Actually, you don't even need to parse a command line to start your app in a minimized state. just don't hard-code the
Form.WindowState
property and in the shortcut properties for your application, set the Run: setting to Minimized. You can also set this in the shortcut properties for an installer such as Windows Installer.-----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----