views:

31

answers:

1

How can I make a component that resides in the components tray like the Timer? So that you can place them from the toolbox but they are not visible on the form. Hopefully this is possible.

+1  A: 

You just need to create a class that inherits from System.ComponentModel.Component

Thomas Levesque
Thanks, I made a Component for system-wide hot keys using this.
Arjan