Z
zc2468
Using vb.net I created a new class based on a textbox. I wanted to
apply this new class to a number of textboxes that I carefully laid out
on a form using the vs designer. So, I changed 2 lines of code for
each original textbox control to switch from the textbox control to my
textboxplus control. The first time I ran the program everything
worked as intended, but then the designer erased my components.
I can understand why this happened because I modified the designer
generated code. My question is, how do I enable my component to be
recognized by the designer so that I can add it to the toolbox and us
it just like any other control?
I've done some searching about this, but I can't find any information
regarding doing this using the COMPACT framework with vb.net.
Thanks in advance...
D
apply this new class to a number of textboxes that I carefully laid out
on a form using the vs designer. So, I changed 2 lines of code for
each original textbox control to switch from the textbox control to my
textboxplus control. The first time I ran the program everything
worked as intended, but then the designer erased my components.
I can understand why this happened because I modified the designer
generated code. My question is, how do I enable my component to be
recognized by the designer so that I can add it to the toolbox and us
it just like any other control?
I've done some searching about this, but I can't find any information
regarding doing this using the COMPACT framework with vb.net.
Thanks in advance...
D