<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>winform</title>
<link>http://www.cn-web.com/shtml/article/net/wform/index.html</link>
<description>技术文章 / .NET技术 / winform</description>
<language>zh-cn</language>
<generator><![CDATA[老韩(laohan)， 山西-太原-高新区
&lt;br/&gt;技术群：34674499、37354847、6654300、16345988]]></generator>
<webmaster>admin@ewbsite.com</webmaster>
<item>
    <title><![CDATA[C#中的webBrowser控件加载网页时实现进度显示]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/12/06/939.shtml</link>
    <description><![CDATA[由于网页较大，在软件中用webBrowser加载时，经常加载好半天，给人的感觉就是一片空白。所以必需要用进度条来解决了，用c#中提供的progressBar1实现起来就很简单。 核心实现代码： 以]]></description>
    <pubDate>2009-12-06</pubDate>
    <category>winform</category>
    <author>老韩</author>
    <comments>cn-web.com</comments>
</item>
<item>
    <title><![CDATA[winform与webform数据交互之简单入门]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/09/29/924.shtml</link>
    <description><![CDATA[因项目需要研究.net下的winform与webform的数据交互，比较理想的方案是采用webservices,但是采用webservice开发周期太长，涉及其他方面的考虑。所以就暂且用winform下的webBrowser控件来实现。]]></description>
    <pubDate>2009-09-29</pubDate>
    <category>winform</category>
    <author>laohan</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[c#调用c++的dll文件]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/07/05/916.shtml</link>
    <description><![CDATA[c#调用外部dll文件很简单，不过我们要提前知道dll文件的函数及参数。 引用命名空间：using System.Runtime.InteropServices; 代码： [DllImport(zlib1.dll)] public static extern int Link_CN_web(string url); zlib1]]></description>
    <pubDate>2009-07-05</pubDate>
    <category>winform</category>
    <author>laohan</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[winform中如何使用IrisSkin控件换肤]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/06/08/908.shtml</link>
    <description><![CDATA[IrisSkin是用于在vs中控制控件皮肤的第三方控件。只需要一个dll文件与ssk皮肤就可以搞定。]]></description>
    <pubDate>2009-06-08</pubDate>
    <category>winform</category>
    <author>laohan</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[progressBar+线程举例(winform,c#)]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/04/17/892.shtml</link>
    <description><![CDATA[本文用三种办法实现progressBar从1到1000的进度演示。 方法1: 复制代码 0 1 /**/ /// summary 0 2 /// 方法1 0 3 /// /summary 0 4 private void setthread() 0 5 ... { 0 6 this .progressBar1.Minimum = 0; 0 7 this .progressBar]]></description>
    <pubDate>2009-04-17</pubDate>
    <category>winform</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[winform中如何打开超级链接(c#)]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/04/17/891.shtml</link>
    <description><![CDATA[Process linkLabel]]></description>
    <pubDate>2009-04-17</pubDate>
    <category>winform</category>
    <author>laohan</author>
    <comments>cn-web.com</comments>
</item>
<item>
    <title><![CDATA[c#中如何退出程序后自动重新启动程序]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/02/04/444.shtml</link>
    <description><![CDATA[专业的WEB编程技术网站,提供技术手册、开发技巧、技术专题等功能,致力于为WEB开发人员提供动力]]></description>
    <pubDate>2009-02-04</pubDate>
    <category>winform</category>
    <author>秩名</author>
    <comments>WEB开发技术知识库</comments>
</item>
<item>
    <title><![CDATA[c#如何设置app.config文件的值]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/02/04/443.shtml</link>
    <description><![CDATA[专业的WEB编程技术网站,提供技术手册、开发技巧、技术专题等功能,致力于为WEB开发人员提供动力]]></description>
    <pubDate>2009-02-04</pubDate>
    <category>winform</category>
    <author>秩名</author>
    <comments>WEB开发技术知识库</comments>
</item>
<item>
    <title><![CDATA[DevExpress使用小常识：dataNavigator控件的tooltip属性]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/02/04/442.shtml</link>
    <description><![CDATA[专业的WEB编程技术网站,提供技术手册、开发技巧、技术专题等功能,致力于为WEB开发人员提供动力]]></description>
    <pubDate>2009-02-04</pubDate>
    <category>winform</category>
    <author>秩名</author>
    <comments>WEB开发技术知识库</comments>
</item>
<item>
    <title><![CDATA[DevExpress使用专题之XtraBars系列教程2:dockmanager]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/02/04/441.shtml</link>
    <description><![CDATA[专业的WEB编程技术网站,提供技术手册、开发技巧、技术专题等功能,致力于为WEB开发人员提供动力]]></description>
    <pubDate>2009-02-04</pubDate>
    <category>winform</category>
    <author>秩名</author>
    <comments>WEB开发技术知识库</comments>
</item>
<item>
    <title><![CDATA[DevExpress使用专题之XtraBars系列教程1]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/02/04/440.shtml</link>
    <description><![CDATA[专业的WEB编程技术网站,提供技术手册、开发技巧、技术专题等功能,致力于为WEB开发人员提供动力]]></description>
    <pubDate>2009-02-04</pubDate>
    <category>winform</category>
    <author>秩名</author>
    <comments>WEB开发技术知识库</comments>
</item>
<item>
    <title><![CDATA[初步了解devexpress控件在.net中的应用]]></title>
    <link>http://www.cn-web.com/shtml/article/net/wform/2009/02/04/439.shtml</link>
    <description><![CDATA[专业的WEB编程技术网站,提供技术手册、开发技巧、技术专题等功能,致力于为WEB开发人员提供动力]]></description>
    <pubDate>2009-02-04</pubDate>
    <category>winform</category>
    <author>秩名</author>
    <comments>WEB开发技术知识库</comments>
</item>

</channel>
</rss>
