<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>QWL1996的专栏</title><link>http://blog.csdn.net/qwl1996/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 17 May 2007 12:46:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>QWL1996</dc:creator><title>为基于WTL和WINX的程序提供字体控制</title><link>http://blog.csdn.net/QWL1996/archive/2007/05/17/1613060.aspx</link><pubDate>Thu, 17 May 2007 12:38:00 GMT</pubDate><guid>http://blog.csdn.net/QWL1996/archive/2007/05/17/1613060.aspx</guid><wfw:comment>http://blog.csdn.net/qwl1996/comments/1613060.aspx</wfw:comment><comments>http://blog.csdn.net/QWL1996/archive/2007/05/17/1613060.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/qwl1996/comments/commentRss/1613060.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1613060</trackback:ping><description>模仿WTL的CDialogResize形式提供了一个字体控制，可以支持WTL和WinxGUI的对话框程序。

DLGFONT_CONTROL/DLGFONT_CONTROL_EX :用在WTL中提供控的字体控制DLGFONT_DIALOG/DLGFONT_DIALOG_EX:在WTL中提供对话框全部字体的控制。

WINX_DLGFONT/WINX_DLGFONT_EX 用在WINX中提供控件字体控制支持
WINX_DLGFONT_DIALOG/WINX_DLGFONT_DIALOG_EX 用在WINX中提供对话框窗口全部控件字体的支持。

其中没有EX的控制宏提供字体大小和字体名的控制，带有EX的宏提供了字体全部格式的控制，我在WINX网站www.winxgui.cn的论坛上提供了FreeCode0.3，最新版本以VS60插件方式可视化的支持WINX上字体的完全控制.包括了FreeCode全部源代码，字体控制dlgfonts.h以及一个示例.

&lt;img src ="http://blog.csdn.net/qwl1996/aggbug/1613060.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>QWL1996</dc:creator><title>使用WINXGUI实现对话框布局控制 Splitter与 Pane控制</title><link>http://blog.csdn.net/QWL1996/archive/2007/02/06/1503080.aspx</link><pubDate>Tue, 06 Feb 2007 09:29:00 GMT</pubDate><guid>http://blog.csdn.net/QWL1996/archive/2007/02/06/1503080.aspx</guid><wfw:comment>http://blog.csdn.net/qwl1996/comments/1503080.aspx</wfw:comment><comments>http://blog.csdn.net/QWL1996/archive/2007/02/06/1503080.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/qwl1996/comments/commentRss/1503080.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1503080</trackback:ping><description>在VC6.0的对话框设计中直接支持Splitter和Pane控制.本文代码基于WINXGUI,一个开源的高效WIN32 GUI库.代码下载请见http://www.winxgui.com/forum&lt;img src ="http://blog.csdn.net/qwl1996/aggbug/1503080.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>QWL1996</dc:creator><title>QLib::Event C++委托库实现之TypeLength</title><link>http://blog.csdn.net/QWL1996/archive/2005/04/10/342478.aspx</link><pubDate>Sun, 10 Apr 2005 21:45:00 GMT</pubDate><guid>http://blog.csdn.net/QWL1996/archive/2005/04/10/342478.aspx</guid><wfw:comment>http://blog.csdn.net/qwl1996/comments/342478.aspx</wfw:comment><comments>http://blog.csdn.net/QWL1996/archive/2005/04/10/342478.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/qwl1996/comments/commentRss/342478.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=342478</trackback:ping><description>QLib::Event支持0-9参数的相同声明实现，Length推导实际输入参数个数。&lt;img src ="http://blog.csdn.net/qwl1996/aggbug/342478.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>QWL1996</dc:creator><title>发布一个高效实用的C++委托库QLib::Event</title><link>http://blog.csdn.net/QWL1996/archive/2005/04/08/340594.aspx</link><pubDate>Fri, 08 Apr 2005 23:26:00 GMT</pubDate><guid>http://blog.csdn.net/QWL1996/archive/2005/04/08/340594.aspx</guid><wfw:comment>http://blog.csdn.net/qwl1996/comments/340594.aspx</wfw:comment><comments>http://blog.csdn.net/QWL1996/archive/2005/04/08/340594.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/qwl1996/comments/commentRss/340594.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=340594</trackback:ping><description>QLib::Event 一个简洁高效的C++委托库,支持普通函数,仿函数,类成员函数的委托库,以相同方式声明0-9个参数的任意委托&lt;img src ="http://blog.csdn.net/qwl1996/aggbug/340594.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>QWL1996</dc:creator><title>在VC6.0中使用MSLU编写WIN98/2K下的UNICODE程序</title><link>http://blog.csdn.net/QWL1996/archive/2005/02/05/281880.aspx</link><pubDate>Sat, 05 Feb 2005 15:42:00 GMT</pubDate><guid>http://blog.csdn.net/QWL1996/archive/2005/02/05/281880.aspx</guid><description>编写MSLU程序的一些注意事项。&lt;img src ="http://blog.csdn.net/qwl1996/aggbug/281880.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>