Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changes made to class do not show in form designer
Message
 
To
23/02/2007 13:06:46
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:
01198458
Views:
9
Thank you for taking your time to help anyway. Be sure there'll be more questions from me in the future now that I've started with C# :)

Enmanuel

>Darn! Sorry I didn't notice that earlier Enmanuel when you first posted your code. I could have saved you a lot of grief! =( I'm glad that Pete spotted it for you though!
>
>~~Bonnie
>
>
>
>
>>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
Reply
Map
View

Click here to load this message in the networking platform