论坛: 编程破解 标题: 设置SDK创建的框架字体样式和控件的字体样式 复制本贴地址    
作者: battle [battle]    论坛用户   登录
设置SDK创建的框架 字体样式 和 控件的字体样式-----------
哪位帮帮我..........

地主 发表时间: 05-04-27 02:08

回复: jhkdiy [jhkdiy]   版主   登录
找到这个,不知是否能行:
WM_SETFONT
An application sends a WM_SETFONT message to specify the font that a control is to use when drawing text.

WM_SETFONT
wParam = (WPARAM) hfont;            // handle of font
lParam = MAKELPARAM(fRedraw, 0);    // redraw flag

Parameters
hfont
Value of wParam. Handle to the font. If this parameter is NULL, the control uses the default system font to draw text.
fRedraw
Value of lParam. Specifies whether the control should be redrawn immediately upon setting the font. Setting the fRedraw parameter to TRUE causes the control to redraw itself.
Return Values
This message does not return a value.


B1层 发表时间: 05-04-27 21:44

论坛: 编程破解

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号