| 发表于:2007-12-28 10:37:127楼 得分:0 |
我也不要太花哨的啊。我觉得xp缺省的那种style就很好。 比如我在资源文件里这样写: idd_option dialogex 0, 0, 350, 200 style ds_setfont ¦ ds_modalframe ¦ ds_center ¦ ws_popup ¦ ws_caption ¦ ws_sysmenu exstyle ws_ex_appwindow caption "系统设置" font 9, "宋体", 400, 0, 0x0 begin defpushbutton "确定",idok,174,177,50,16,bs_bitmap pushbutton "取消",idcancel,236,177,50,16 pushbutton "应用",idapply,297,177,50,16 control "",idc_treeview,"systreeview32",tvs_hasbuttons ¦ tvs_haslines ¦ tvs_linesatroot ¦ ws_tabstop,7,9,89,163,ws_ex_clientedge groupbox "外观",idc_group_appearance,103,8,243,161 ... end mfc和win32 api出来的效果就不一样,前者是xp那种风格,后者比较图,win 2000的风格。 to jameshooo: 待会试一下你说的。 to jimoguilai: 通过外部工具来改不是我的初衷啊!不过还是感谢! | | |
|