<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/abesky" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/abesky" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 21 Mar 2011 10:11:00 GMT</lastBuildDate><title>abesky的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=abesky</link><item><title>use WMI Set SSLbingings on IIS</title><link>http://blog.csdn.net/abesky/archive/2011/03/21/6265675.aspx</link><description>C# use WMI remote configure IIS; SSLBingings;Bingings;&lt;img src=&quot;http://www1.feedsky.com/t1/487818525/abesky/csdn.net/s.gif?r=http://blog.csdn.net/abesky/archive/2011/03/21/6265675.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818525/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818525/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 21 Mar 2011 18:11:00 +0800</pubDate><author>林成翰</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2011/03/21/6265675.aspx</guid><dc:creator>林成翰</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2011/03/21/6265675.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818525/1148072</fs:itemid></item><item><title>use WMI Set SSLbingings on IIS</title><link>http://blog.csdn.net/abesky/archive/2011/03/21/6265703.aspx</link><description>&lt;br /&gt;The IIS WMI soap path is &quot;\\servername\root\WebAdministration&quot; so we can remote to configure the server IIS.&lt;br /&gt;always use the connection options at below:&lt;br /&gt;                string ospath = String.Format(
                    @&quot;\\{0}\root\WebAdministration&quot;,
                    &quot;IISserver&quot;);
                ConnectionOptions conops = new ConnectionOptions();
                conops.Username = @&quot;.\administrator&quot;;
                conops.Password = &quot;admin&quot;;
                conops.Aut&lt;img src=&quot;http://www1.feedsky.com/t1/487818526/abesky/csdn.net/s.gif?r=http://blog.csdn.net/abesky/archive/2011/03/21/6265703.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818526/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818526/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 21 Mar 2011 18:11:00 +0800</pubDate><author>林成翰</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2011/03/21/6265703.aspx</guid><dc:creator>林成翰</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2011/03/21/6265703.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818526/1148072</fs:itemid></item><item><title>关于在COM组件中 ATL/WTL使用webbroswer控件无法响应Ctrl+A Ctrl+V Ctrl+C及回车键的处理</title><link>http://blog.csdn.net/abesky/archive/2010/03/18/5391919.aspx</link><description>如果在ATL/WTL窗口中使用了webbroswer控件，这时默认情况下是无法响应Ctrl+A Ctrl+V Ctrl+C等快捷键的so我以CDialogImpl类为例子说明首先创建webbroswer控件使用一个包装类&lt;img src=&quot;http://www1.feedsky.com/t1/487818527/abesky/csdn.net/s.gif?r=http://blog.csdn.net/abesky/archive/2010/03/18/5391919.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818527/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818527/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Mar 2010 11:20:00 +0800</pubDate><author>林成翰</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2010/03/18/5391919.aspx</guid><dc:creator>林成翰</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2010/03/18/5391919.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818527/1148072</fs:itemid></item><item><title>VC2008FeaturePack SDI/MDI项目的字体设置</title><link>http://blog.csdn.net/abesky/archive/2009/08/14/4447055.aspx</link><description>使用向导自动生成vs或者office样式的工程后发现字体不是很合适，如何更改呢？我们可以修改afxglobals.h头文件中AFX_GLOBAL_DATA这个结构的字体数据，当然其中也包含了所有的全局颜色void ChangeFont(){	LOGFONT lf;	afxGlobalData.fontRegular.GetLogFont(&amp;lf);	afxGlobalData.fontRegular.DeleteObject();	lf.lfHeight = -12;	lstrcpy(lf.lfFaceName, _T(&quot;微软雅黑&quot;));		// using without style office 2007	afxGlobalData.fontRegular.CreateFontIndirect(&amp;lf);	afxGlobalData.fontBold.GetLogFont(&amp;lf);	afxGlobalData.fontBold.DeleteObject();	lf.lfHeight = -1&lt;img src=&quot;http://www1.feedsky.com/t1/487818528/abesky/csdn.net/s.gif?r=http://blog.csdn.net/abesky/archive/2009/08/14/4447055.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818528/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818528/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 14 Aug 2009 16:02:00 +0800</pubDate><author>林成翰</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2009/08/14/4447055.aspx</guid><dc:creator>林成翰</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2009/08/14/4447055.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818528/1148072</fs:itemid></item><item><title>BCGControlBar&amp;VC2008FeaturePack 在模块中弹出界面库菜单及在菜单中添加图标的简单方法</title><link>http://blog.csdn.net/abesky/archive/2009/08/14/4446863.aspx</link><description>首先怎样弹出界面库的菜单呢？在主程序我们只需要定义好一个消息，然后在模块中我们需要弹出菜单时向主程序窗口发送弹出菜单请求并把菜单句柄及坐标位置通过定义好的消息发送个主程序由主程序弹出菜单。//比如定义消息const UINT WM_POPMENU = ::RegisterWindowMessage(_T(&quot;POPMENU&quot;));//请求方发送::SendMessage(hMainWnd, WM_POPMENU, hMenu, MAKELPARAM(pt.x, pt.y));//主程序响应消息BEGIN_MESSAGE_MAP(CMainFrame, CMDIFrameWndEx)ON_REGISTERED_MESSAGE(WM_POPMENU, OnPopMenu)END_MESSAGE_MAP()LRESULT CMainFrame::OnPopMenu(WPARAM wParam, LPARAM lParam){HMENU hMenu = (HMENU) wParam;CPo&lt;img src=&quot;http://www1.feedsky.com/t1/487818529/abesky/csdn.net/s.gif?r=http://blog.csdn.net/abesky/archive/2009/08/14/4446863.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818529/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818529/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 14 Aug 2009 15:23:00 +0800</pubDate><author>林成翰</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2009/08/14/4446863.aspx</guid><dc:creator>林成翰</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2009/08/14/4446863.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818529/1148072</fs:itemid></item><item><title>关于ActiveX Control开发总结 MFC篇</title><link>http://blog.csdn.net/abesky/archive/2009/08/14/4445455.aspx</link><description>为了方便的移植及重用自己编写的控件，这时候我们就要用到ActiveX控件技术来封装自己的控件类。封装一个ActiveX控件需要考虑：1、提供用户设置的属性。2、提供用户使用的接口函数。3、控件事件的通知。4、控件响应用户的操作。5、异常处理。添加用户设置属性方法：打开类视图展开XXlib选择控件接口右键菜单添加-〉添加属性打开属性添加向导，设置属性后完成。在idl文件自动生成代码：library ScribbleLib{	importlib(STDOLE_TLB);	//  Primary dispatch interface for CScribbleCtrl	[ uuid(9B217CBB-3D90-444A-898B-271B9EF1B36A),	  helpstring(&quot;Dispatch interface for Scribble Control&quot;)]	dispinterface&lt;img src=&quot;http://www1.feedsky.com/t1/487818530/abesky/csdn.net/s.gif?r=http://blog.csdn.net/abesky/archive/2009/08/14/4445455.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818530/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818530/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 14 Aug 2009 10:06:00 +0800</pubDate><author>林成翰</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2009/08/14/4445455.aspx</guid><dc:creator>林成翰</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2009/08/14/4445455.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818530/1148072</fs:itemid></item><item><title>简单的GDI贴图应用</title><link>http://blog.csdn.net/abesky/archive/2008/03/13/2177644.aspx</link><description>GDI绘制背景透明的图片&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818531/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818531/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 13 Mar 2008 16:14:00 +0800</pubDate><author>abesky</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2008/03/13/2177644.aspx</guid><dc:creator>abesky</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2008/03/13/2177644.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818531/1148072</fs:itemid></item><item><title>平台插件学习</title><link>http://blog.csdn.net/abesky/archive/2008/01/02/2011252.aspx</link><description>一个简单的平台与插件的实现原理&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818532/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818532/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 02 Jan 2008 22:53:00 +0800</pubDate><author>林成翰</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2008/01/02/2011252.aspx</guid><dc:creator>林成翰</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2008/01/02/2011252.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818532/1148072</fs:itemid></item><item><title>不配置oracle客户端监听怎样来连接数据库</title><link>http://blog.csdn.net/abesky/archive/2007/10/26/1844759.aspx</link><description>不配置Oracle监听连接数据库&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818533/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818533/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Oct 2007 12:26:00 +0800</pubDate><author>abesky</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2007/10/26/1844759.aspx</guid><dc:creator>abesky</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2007/10/26/1844759.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818533/1148072</fs:itemid></item><item><title>带超链接的循环滚动静态控件</title><link>http://blog.csdn.net/abesky/archive/2007/10/26/1844634.aspx</link><description>对滚动文字进行扩展&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/abesky/487818534/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/abesky/487818534/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Oct 2007 11:15:00 +0800</pubDate><author>abesky</author><guid isPermaLink="false">http://blog.csdn.net/abesky/archive/2007/10/26/1844634.aspx</guid><dc:creator>abesky</dc:creator><fs:srclink>http://blog.csdn.net/abesky/archive/2007/10/26/1844634.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/abesky/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/abesky/~1148085/487818534/1148072</fs:itemid></item></channel></rss>
