How can I make my own components in VB.NET?
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 开发者_StackOverflownot visible on the form. Hopefully this is possible.
You just need to create a class that inherits from System.ComponentModel.Component
精彩评论