Quick question,
I have a form that I want to keep the border on, but no titlebar.

An example is a form with FormBorderStyle set to FixedSingle, then set the Form's Text to nothing. This is what I'm after, however, I want to maintain the "Blue" styling of Windows XP. When doing this, it currently makes the form gray like it stops using visual styles.

is there any way to get the blue "Single" border around my form without the Titlebar?