Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changes made to class do not show in form designer
Message
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01197404
Message ID:
01198312
Vues:
7
Thanks a lot Pete. That did the trick! :)


>Hi Enmanuel, I played around with your code and got the same results as you did ( controls not appearing in derived classes ) what you need to do is this, after adding some controls using the designer ( I used buttons ) you need to put this code in the constructor and you will find your derived classes have your controls, let me know how you get on
>
>
>
>public WinFormaBase()
>{
>    this.InitializeComponent();
>}
>
>
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform