摘要:
在Visual Studio 2005的大多数控件中都可以加入图标,让界面看起来更丰富。 1、给Form加一个ImageList,添加几个图标在imageList1的Images属性中。 2、在Form上添加一个Label,在其他类型的控件上加图标方法也都差不多。 3、把label1的ImageList属性设为刚才加入的imageList1; ImageIndex设为你想要... 阅读全文
posted @ 2008-12-23 10:55
h2appy
阅读(265)
评论(0)
推荐(0)