Public Class Form1 '************ini文件内容为************************* '*[send] ... Read More
posted @ 2009-07-03 15:41
Lester Duo
Views(1250)
Comments(0)
Diggs(1)
当开发了一个自定义控件的时候,VS2005自动会把自定义控件显示在工具栏上,但是显示的图标都是一样的,没有跟微软的控件一样,显示不同的图标,其实我们的自定义控件一样的可以实现那样的功能并且很简单即可 在我们自定义控件的类前面加上这么一句话即可:[ToolboxBitmap(typeof(Button))] public class jxButton : System.... Read More
posted @ 2009-07-03 13:29
Lester Duo
Views(762)
Comments(0)
Diggs(0)