Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms
Message
 
To
22/08/2003 09:41:43
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Re: Forms
Miscellaneous
Thread ID:
00822569
Message ID:
00822606
Views:
11
Try this settings:

this.FormBorderStyle = FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.StartPosition = FormStartPosition.CenterScreen;
this.ControlBox = false;

>All,
>
> Is there a way to hide the titlebar on a Windows Form?
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform