原创 Delphi+DirectX遊戲編程

  http://www.cnblogs.com/keycode/archive/2010/10/17/1853708.html Uses DirectDraw; const WM_DIRECTXACTIVATE

原创 兩種遍歷文件方法

http://blog.csdn.net/pzhan/archive/2007/02/16/1511108.aspx   Unit1.pas   { 演示兩種方法來遍歷文件 兩個函數: EnumFileInQueue 隊列遍歷 E

原创 IEAutomation

/// <summary> /// Summary description for IEAutomation. /// </summary> public class IEAutomation : IDisposa

原创 osc

'Coder by okhelper Set objArgs = WScript.Arguments If objArgs.Count = 0 Or objargs.Count > 1 Then usage() WScript.

原创 delphi bmp scanline

procedure TForm1.SpeedButton3Click(Sender: TObject); var x,y : Integer; p1,p2: PByteArray; begin for y := 0 to Im

原创 IHTMLDocument2 對象

using mshtml;    /// <summary> /// 返回指定Url的IE窗口下的 IHTMLDocument2 對象。 /// </summary> /// <return

原创 C# Addin

 http://www.codeproject.com/KB/dotnet/AddInModel.aspx?display=Print

原创 webbrowser獲取和設置變量的值

  webbrowser獲取和設置變量的值 這裏主要是說對腳本變量值的獲取和設置,元素設置太簡單了,不多說,這個可以用來改變腳本流程,比如裏面可能有個計時器,我們要改變這個計時器的值就可以使用這中方法了 轉自http://t

原创 c# 類的反射實例 (GetType().Invoke().GetMethod().CreateInstance())

轉載:http://www.cnblogs.com/chenwei19/archive/2009/02/04/1384034.html Class1和Form 窗體在同一個命名空間 using System; using System.

原创 C# 資料庫

http://developer.51cto.com/art/201107/273697.htmhttp://tech.ddvip.com/2009-02/1235010889109150_6.html

原创 深入淺出Attribute

轉帖:深入淺出Attribute: http://blog.csdn.net/fantasiax/article/details/1636913關於C# 中的Attribute 特性 : http://www.cnblogs.com/xu

原创 Visual Studio 擴展

http://www.cnblogs.com/winkingzhang/archive/2010/01/26/1657059.html

原创 C#自定義特性

code1:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyLibrary.Attrib

原创 CoolTrayIcon

{*****************************************************************} { This is a component for placing icons in the noti