D
daniel.divita
I am a web developer by trade, but have done a little with winforms.
How can I add a winforms user control to an application without having
to create a separate project for each control? From what I have been
reading, you need to create a project for the user control, build it,
and then add it to the tool box. Once it is in the tool box you can
drag it onto the form or other control. I want the user controls to be
part of the base project and add them to the forms without having to
build them each time I make a change. Can I modify the designer.vb
file to do what I need?
Daniel
How can I add a winforms user control to an application without having
to create a separate project for each control? From what I have been
reading, you need to create a project for the user control, build it,
and then add it to the tool box. Once it is in the tool box you can
drag it onto the form or other control. I want the user controls to be
part of the base project and add them to the forms without having to
build them each time I make a change. Can I modify the designer.vb
file to do what I need?
Daniel