摘要: /Files/perfectMan/color.rar(控件)不会使用的可以给我留言~ 阅读全文
posted @ 2009-03-19 16:33 perfectMan 阅读(492) 评论(1) 推荐(0)
摘要: InstalledFontCollection ifc = new InstalledFontCollection(); FontFamily[] ff = ifc.Families; foreach (FontFamily f in ff) { ListItem lt = new ListItem(f.Name.ToString(), f.Name.ToString()); DropDownLi... 阅读全文
posted @ 2009-03-19 12:13 perfectMan 阅读(449) 评论(0) 推荐(0)