﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>C++博客-chenjt3533-随笔分类-mfc</title><link>http://www.cppblog.com/chenjt3533/category/20862.html</link><description>&lt;script type="text/javascript" charset="UTF-8" src="http://www.yulu.info/javascript.asp"&gt;&lt;/script&gt;
&lt;p&gt;&lt;/p&gt;</description><language>zh-cn</language><lastBuildDate>Sun, 11 May 2014 05:22:33 GMT</lastBuildDate><pubDate>Sun, 11 May 2014 05:22:33 GMT</pubDate><ttl>60</ttl><item><title>实现对话框透明</title><link>http://www.cppblog.com/chenjt3533/archive/2014/05/11/206889.html</link><dc:creator>chenjt3533</dc:creator><author>chenjt3533</author><pubDate>Sun, 11 May 2014 01:54:00 GMT</pubDate><guid>http://www.cppblog.com/chenjt3533/archive/2014/05/11/206889.html</guid><wfw:comment>http://www.cppblog.com/chenjt3533/comments/206889.html</wfw:comment><comments>http://www.cppblog.com/chenjt3533/archive/2014/05/11/206889.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/chenjt3533/comments/commentRss/206889.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/chenjt3533/services/trackbacks/206889.html</trackback:ping><description><![CDATA[<pre style="line-height: normal;"><span style="color: #990000; font-family: Consolas, 'Courier New', Courier, mono; font-size: 15px; white-space: normal; background-color: #ffffff;">继承CDialogEx,并在 OnInitDialog() 添加一下代码<br /></span><br />SetBackgroundColor(#010b15); <br />LONG ExtendedStyle = GetWindowLong(GetSafeHwnd(),GWL_EXSTYLE ); <br />SetWindowLong(GetSafeHwnd(),GWL_EXSTYLE,ExtendedStyle | WS_EX_LAYERED ); <br />::SetLayeredWindowAttributes(GetSafeHwnd(),#010b15,0,LWA_COLORKEY);</pre><img src ="http://www.cppblog.com/chenjt3533/aggbug/206889.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/chenjt3533/" target="_blank">chenjt3533</a> 2014-05-11 09:54 <a href="http://www.cppblog.com/chenjt3533/archive/2014/05/11/206889.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>