Does anyone have a method for removing the title bar and borders on a form? I want to make a splash screen using an image as a background.
Printable View
Does anyone have a method for removing the title bar and borders on a form? I want to make a splash screen using an image as a background.
set the FormBorderStyle to none in the Form's Property
And set the form's text property to empty....
Tg
I don't know if this is still true in .NET, but in VB6, you needed to set the text property (actually, the caption, back then) to "", and set the controlbox to false.