Create control in VS2005 that goes in component tray

  • Thread starter Thread starter Evan Camilleri
  • Start date Start date
E

Evan Camilleri

VS2005:

I want to create a control which stays in the tray so I created it
inheriting Component but even though it compiles it does not show up in the
toolbox.

If I inherit from System.Windows.Forms.Control, it shows up with properties
correctly in property window.

How can I create a control in the Component Tray (like the timer)?

Evan
 
Inheriting from System.ComponentModel.Component should work. Can you explain
the steps that you're taking in some more detail?
 
I tried it again and it worked... .boq DO NOT KNOW but I think I had some
settings because before I was working VS2003' like.

Evan
 
Back
Top