1

I would like to hide the whole caption bar of a form while keeping the/a title in the task bar and form borders (like Sizable).

How do I do that?

Edit: Windows (Vista/7) Explorer hides the title but has a name in the taskbar!

Vercas
  • 8,931
  • 15
  • 66
  • 106
  • So you want to hide the whole title bar while still displaying at title? What about hiding the title bar and then just putting in a new text label as a stand in for the title? – NA Slacker Apr 23 '11 at 21:18
  • Read the question to the end. Specifically the last 5 words in the first phrase. – Vercas Apr 23 '11 at 21:21

1 Answers1

1

Set your form's Text property to what you want to see in the task bar and set the form's FormBorderStyle to None.

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490
Richard Brightwell
  • 3,012
  • 2
  • 20
  • 22