A
Alexander Mueller
Hi
In VS 2008 Pro I can choose whether to create a Custom Control or
a User Control, when creating a new project and browsing the
WindowsForms-section.
What's the difference between the two project-templates?
I want to create simple reusable container to perform
text-searches.
It's simply a groupbox with a textbox and a button inside,
that listens to textbox_change and button_click.
Is a UserControl better then a Custom Control for this purpose?
Any hints highly appreciated!
Alex
In VS 2008 Pro I can choose whether to create a Custom Control or
a User Control, when creating a new project and browsing the
WindowsForms-section.
What's the difference between the two project-templates?
I want to create simple reusable container to perform
text-searches.
It's simply a groupbox with a textbox and a button inside,
that listens to textbox_change and button_click.
Is a UserControl better then a Custom Control for this purpose?
Any hints highly appreciated!
Alex