2007年3月14日

控件字体问题

摘要: 控件:Combo Box 代码: static CFont font; font.CreateStockObject(ANSI_VAR_FONT); combo.SetFont(&font); 随后对 Combo Box 进行 AddString 操作。 字体将是 ANSI... 阅读全文

posted @ 2007-03-14 17:03 norsd 阅读(121) 评论(0) 推荐(0) 编辑

导航