nongraphical components

C

Chuck Bowling

I would like to create a componet that doesn't use the VS graphical
component designer. I'd like it to behave like the forms Timer control. Drag
it onto the form and have an icon appear in the area below the form
designer. Can someone point me to a page that explains how to do this or
give me some pointers on how to get started?
 
R

Robert Jordan

Hi Chuck,
I would like to create a componet that doesn't use the VS graphical
component designer. I'd like it to behave like the forms Timer control. Drag
it onto the form and have an icon appear in the area below the form
designer. Can someone point me to a page that explains how to do this or
give me some pointers on how to get started?

Create a class which derives from Component.

bye
Rob
 

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