c# 拖动和改变大小的无边框窗体和控件 2010-06-28 15:56 //BY WGSCD //Date: 28 jun 2010 using System;using System.Collec
[更多…]-
[转] – c# 拖动和改变大小的无边框窗体
-
HTTP Header Viewer: list browser headers
HTTP headers supplied by your browser (123.246.58.223): Accept: application/x-ms-application, image/
[更多…] -
[转至MSDN] – 扩展方法(方法参数前的this)
扩展方法使您能够向现有类型“添加”方法,而无需创建新的派生类型、重新编译或以其他方式修改原始类型。扩展方法是一种特殊的静态方法,但可以像扩展类型上的实例方法一样进行调用。对于用 C# 和 Visual
[更多…] -
为Component设置Name属性,方便使用Name
直接上代码,省事: public class XxxxDesigner : ComponentDesigner { public override void Initial
[更多…] -
Access Word Object Model thru C# to get at Paragraphs
If I do this process using VBA thru Word it takes about 10 seconds If I run this code thru DotNet C#
[更多…] -
[节选] – Handling Complex COM Objects with Interop Assemblies
COM and .NET-based Memory Management COM implements a deterministic model for freeing memory. In COM
[更多…] -
Using Word COM objects in .NET, WinWord process won’t quit after calling Word.Documents.Add
There are a few important things here: 1) Never use 2 dots on the same line. Also consider an indexe
[更多…] -
[转] – .NET Memory Profiler 使用手册
.NET Memory Profiler 使用手册 热度 1已有 303 次阅读 2010-10-25 13:32 |个人分类:评审文章|系统分类::技术研究|关键词:Profiler Memory
[更多…] -
Performance problems with .NET/Excel COM Interop
Your concerns are dead on. I have not run any time tests using Automation in .Net, but using VB 6.0,
[更多…] -
WORD DOM performance in c#
>Word.ApplicationClass WordApp = new Word.ApplicationClass();>Word.Range wr = WordApp.Selectio
[更多…]