Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forms
Message
 
À
22/08/2003 09:41:43
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Titre:
Re: Forms
Divers
Thread ID:
00822569
Message ID:
00822606
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform