Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form caption
Message
De
07/07/2005 19:29:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01029813
Message ID:
01030207
Vues:
17
>I am glad it works for you. I think it is cleaner to use this.Text compared to just Text and also the intellisense kicks in after the dot. Most of the time you want to put all your constructor code after InitializeComponent() but there are some cases where you want to put it before (and ofcourse now I can't think of any<s>).
>Einar

Comparing to VFP, the "form construction" is separated into two steps: Load() and Init(). Form.Load() fires before the components are initialized, Form.Init(), after. Specifically in VFP, some things that have to be done in Form.Load() are opening tables. - Of course, I have no idea how far the analogy applies, since .NET is such a different environment - and I haven't worked with data access yet.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform