Minimizing Shortcut Key [upd] Page

Application.EnableVisualStyles();

: Formally "hides" the application. This is often better than minimizing because it removes the window from view entirely without cluttering your Dock. Shortcuts for Web Browsers minimizing shortcut key

// Run application Application.Run(new Form()); Application