IHTMLTxtRange::setEndPoint Method Sets the endpoint of one range based on the endpoint of another ra
[更多…]-
setEndPoint Method (IHTMLTxtRange)
-
compareEndPoints Method (IHTMLTxtRange)
IHTMLTxtRange::compareEndPoints Method Compares an end point of a TextRange object with an end point
[更多…] -
VS 制作安装包总结
1、添加可卸载的快捷方式:在安装包中追加msiexec.exe文件,可以从system32目录下找到。给它建立快捷方式,参数设定为:/x[ProductCode] 2、可以更新安装:相关的Projec
[更多…] -
[转]Windows Installer Deployment Properties
The following properties are available when a deployment project is selected in the Solution Explore
[更多…] -
[转]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
[更多…] -
[转]如何讓 TortoiseSVN 僅匯出新增或修改過的檔案
對於已經上線的 ASP.NET 網站來說,後續的維護更新尤其重要,不過每次要更新的時候,都要人工檢視歷次的版本紀錄,檢查所有新增、修改、或刪除了哪些檔案,手動整理好這些檔案之後,再更新到正式主機。最麻
[更多…] -
[转]Efficient C#:为什么要把泛型作为返回值
最近做一题关于泛型返回值的题,结果发现: 1:很多人做错误了; 2:很多人疑问,泛型作为返回值有什么意义; 题目如下: “编写一个函数,要求输入的参数和输出的结果都是泛型。
[更多…] -
[转]“*” is marked as crashed and should be repaired
Table ‘Tablename’ is marked as crashed and should be repaired 提示说论坛的帖子表posts被标记有问题,需要修复。
[更多…] -
[Open Source] Office 2007 Style Ribbon Control
Office 2007 Style Ribbon Control First off I must give all kudos to menendezpoo at menendezpo
[更多…] -
WinAPI GetCursorInfo 奇怪的问题
GetCursorInfo 这个API是用于取得Windows当前光标属性的,测试时发现在XP下的值是和WIN7下的值不一样的: 如下是XP下的定义: [StructLayout(LayoutKind
[更多…]