A toolbar question

  • Thread starter Thread starter slash1020
  • Start date Start date
S

slash1020

Guest
when my application is running
I don't want it show in the toolbar (bottom of the screen)
How could I do?
Thanks everybody!
 
To prevent a form from showing in the taskbar, set its ShowInTaskbar
property to False.

You need to set this property on each form that you want to be
hidden from the taskbar.
 
Back
Top