由于项目原因,下面的代码只有主要的一段。 loopCount :要拆分的文件数,使用文档中的总页数(PageCount )/要拆分的页数(maxPage ); doc
[更多…]-
c#操作Word文档:按页分割文件
-
[转]How to add a Uninstall option in Visual Studio Setup project without writing code
Using Visual Studio 2005/2008, you don’t need to write any code to add a uninstall option for a Setu
[更多…] -
HttpUtility中的几个方法
HttpUtility.HtmlEncode 方法: 将字符串转换为 HTML 编码的字符串。 HttpUtility.HtmlDecode 方法: 将已经为 HTTP 传输进行过 HT
[更多…] -
[转]HTML Agility Pack:簡單好用的快速 HTML Parser
HTML Agility Pack:簡單好用的快速 HTML Parser Codeplex 軟體套件(Package)資訊 套件名稱 HTML Agility Pack 作者 Simon Mouri
[更多…] -
[WIX]How To: Install DirectX 9.0 With Your Installer
How To: Install DirectX 9.0 With Your Installer Applications that require components from DirectX 9.
[更多…] -
[转]用WiX编写MSI安装包
WiX(Windows Installer XML)是Rob Mensching(Windows组的一个SDE)写的一个用来编写MSI安装包的工具集,已经被微软内部的很多产品组采用,例如Office组
[更多…] -
[转] – HttpWebRequest使用注意(发生阻塞的解决办法)
HttpWebRequest myRequest = null; HttpWebResponse myResponse = null; Stream reqStream = null;
[更多…] -
[转]C#获取系统当前鼠标的图案
C#获取系统当前鼠标的图案代码如下: using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] struc
[更多…] -
[转][C#] 利用 Regex 查詢 Html/Xml 標籤中的屬性值
作用: 取得 HTML 或 XML 內容中, 某個標籤下所指定的屬性值. 輸入參數: strHtml(string): HTML 或 XML 的內容. strTagName(string
[更多…] -
.NET Win HTML Editor Control – 跳过License Key
首先,请参考http://blog.163.com/xhy_cy/blog/static/104976232011572532229/(内容是转发的) 1、删除.publickey。应该
[更多…]