hirf-spam-me-here
Thu Sep 02 10:40:04 CDT 2004
* "Werner Maier" <maiwern@hotmail.com> scripsit:
> I have inherit a class from TextBox. In my class I do some stuff. But how
> can I get my class to a form? Placing a normal TextBox and changing TextBox
> to MyTextBox will not work. The box disappears from the form.
> What must I do?
Create a new usercontrol and then replace its implementation with the
implementation of your textbox. Then try to drag your control from the
toolbox onto a form.
--
M S Herfried K. Wagner
M V P <URL:
http://dotnet.mvps.org/>
V B <URL:
http://dotnet.mvps.org/dotnet/faqs/>