开发者

How can I make my own components in VB.NET?

开发者 https://www.devze.com 2023-01-12 06:15 出处:网络
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 p

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

0

精彩评论

暂无评论...
验证码 换一张
取 消