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:
01198273
Views:
9
This message has been marked as the solution to the initial question of the thread.
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();
}
Regards,
Peter J. Kane



Pete
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform