|
-
Apr 27th, 2005, 06:40 AM
#1
Thread Starter
New Member
Removing the Forms Title Bar and borders
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.
-
Apr 27th, 2005, 06:44 AM
#2
Hyperactive Member
Re: Removing the Forms Title Bar and borders
set the FormBorderStyle to none in the Form's Property
-
Apr 27th, 2005, 07:16 AM
#3
Re: Removing the Forms Title Bar and borders
And set the form's text property to empty....
Tg
-
Apr 27th, 2005, 11:14 AM
#4
Re: Removing the Forms Title Bar and borders
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.
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|