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
2010-08-18 13:46:46
Thanks, I made a Component for system-wide hot keys using this.
Arjan
2010-08-18 15:15:55