I need my form to have no bar ( you
know .. the icon and the name and
the min, max buttons bar) but
I want it to have a caption on the
taskbar... how do you do that?
Printable View
I need my form to have no bar ( you
know .. the icon and the name and
the min, max buttons bar) but
I want it to have a caption on the
taskbar... how do you do that?
It's very simple.
Set form's BackStyle property to None and ShowInTaskbar to True.
Note that you cannot change this at run-time.
You meant 'BorderStyle'
And thanks.. that was very simple!
Exactly!
That's what happens when you sit too much in front of a computer :))))