.net - C# Application Not starting minimizied -


I created a C # app which I just want to start in the information area. When it runs, the icon appears, and it does not appear in the task bar (due to ShowInTaskbar = false and WindowState = Minimized) However, when I run it for the first time, I can still Alt-Tab it. Is there anyway to stop this behavior? Or did I lose a setting?

Thanks, Psy

Take a look.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -