Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Main form text property as task bar title
Message
De
15/06/2007 13:17:19
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
Information générale
Forum:
C#
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01232818
Message ID:
01233558
Vues:
11
Thanks Rick, that did the trick.
Tim

>You can't set anything that is set in the property sheet in the constructor. The constructor will be overridden by anything in InitalizeComponent(). If you move that code after the InitializeComponent() it should work.
>
>Ideally you shouldn't do anything dynamic in the constructor at all - use Form_Load for those sort of things as it ensures that the form has properly initialized and all values have been set.
>
>+++ Rick ---
>
Timothy Bryan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform