Visible

  • Thread starter Thread starter elpako
  • Start date Start date
E

elpako

elo !

Maybe its stupid but how to run a main winform in "invisble mode"?
I trying chnge visible OnLoad etc... and nothig

thx elpako
 
In the property window, for the form, set the ShowInTaskbar property =
false and set the WindowState property = "Minimized"...the app will
run, but it will not show on the screen or in the taskbar.

Good Luck,
Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top