忧虑萝莉

文章
5
资源
0
加入时间
2年10月21天

TreeView添加图片

方法一:通过代码方式实现:private string FilePath = Application.StartupPath + "\\Images\\";         Image img = new Bitmap(FilePath + "one.ico");         Image img1 = new Bitmap(FilePath + "two.ico");     ...