Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changes made to class do not show in form designer
Message
General information
Forum:
ASP.NET
Category:
Class design
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01197404
Message ID:
01198312
Views:
8
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform