Command Identifiers .NET Framework 3.0 Command identifiers specify an action to take on the given ob
[更多…]-
Command Identifiers
-
MSHTML: clear the undo / redo buffer of MSHTML
To clear the undo stack of MSHTML control you can use undo manager service. When enabling and disabl
[更多…] -
【引用】当点击ListView的列头时,对ListView排序
1.创建一个新的C#项目,窗体Form1会被默认创建。 2.向窗体添加一个ListView控件, 3.在Form1.cs中添加下面的代码: private ListViewColumnSor
[更多…] -
[转] – MSHTML选择文字
if (textRange != null) { if (pt.Y > 0) { textRange = (IHTMLTxtRange)document.selection.createRang
[更多…] -
网易博客的访问统计功能更新了,喜欢
之前一直想查看历史的访问量情况,但只能自己翻页查看,累~~ 现在好了,不但可以统计历史记录了,还增加了几个统计功能,不错,值得表扬一下。
[更多…] -
JSON Viewer
Project DescriptionThe JSON Viewer package is a set of 3 viewers available in the following flavors:
[更多…] -
【引用】js 相对完美的跨浏览器获取对象的outerHTML
最近在写htmlEditor 有时候需要对 各个浏览器执行execCommand生成的 代码做些格式化操作. 对于ie 确实没啥话说 即有outerHTML又有 document.selection.
[更多…] -
[转]Visual Studio 2008: Setup Project Targeting .NET Framework 2.0
environment: Visual Studio 2008, .NET/C# Project Targeting Framework 2.0, Standard Setup Project pro
[更多…] -
[转] – Winform部署mshtml程序集出错的一个解决方案
在部署一个vs2008环境下的Winform应用程序时,因为引用一个Html编辑器,而用到了Microsoft mshtml.dll程序集, 版本为7.0.3300.0,对应文件在 E:Vs2008的
[更多…] -
[转] – MSHTML到底是什么,现在越来越糊涂了。
MSHTML到底是什么,现在越来越糊涂了。 Lostinet在结合 MSHTML 与 WebBrowser 生成美观实用的 WinForm 应用程序一文给出的例子中引用的是MSHTML(COM组件)
[更多…]