By Ben Dornis - 6/13/2007
This isn't a problem with the framework in general just with the checkbox.
I am having trouble inheriting the checkbox and am wondering in anybody else is having similar problems. Basically whenever I inherit the checkbox and then attempt to put the inherited checkbox on a form Visual Studio dies. I haven't made any changes to the code in the inherited class it is just a straight inherit.
|
By Trent L. Taylor - 6/13/2007
Yeah, it happened when I did this as well. I will have to debug this through the designer to see what is going on....this could take some energy so bear with me
|
By Ben Dornis - 6/13/2007
No problem. As a fix I've just copied the source from the CheckBox and am messing around with it that way. I would just prefer to inherit so that I don't have to update the code with each release.
|
By Ben Dornis - 6/14/2007
It appears to also have problems with
Checkbox
Button
Label
LinkLabel
RadioButton
|
By Trent L. Taylor - 6/14/2007
Yeah, we noticed that...thanks.
|