nongraphical components

  • Thread starter Thread starter Chuck Bowling
  • Start date Start date
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?
 
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
 
Back
Top