Creating Components for the VS toolbox

G

Guest

Would it be possible to create components and add them to the Visual Studio
Toolbox? i.e., a control (or anything else, for that matter) that has the
properties set to _my_ deaults at design time so that I can utilize them from
there.
 
S

Sijin Joseph

Yes it is certainly possible, you will have to derive your controls either
from the control class for visual controls or from the component class for
non-visual controls like dataAdapters, connection objects etc.

http://www.divil.co.uk is a good place to start.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top