delphi±àд×é¼þ
unit PointSelect;
{$WARN SYMBOL_PLATFORM OFF}
interface
uses
ComObj, ActiveX, yj_TLB, StdVcl, esriSystemUI_TLB,esriControls_TLB,esriCarto_TLB;
type
TPointSelect = class(TAutoObject, ICommand, ITool)
protected
function Get_Bitmap: OLE_HANDLE; safecall;
function Get_Caption: WideString; safecall;
function Get_Category: WideString; safecall;
function Get_Checked: WordBool; safecall;
function Get_Enabled: WordBool; safecall;
function Get_HelpContextID: Integer; safecall;
function Get_HelpFile: WideString; safecall;
function Get_Message: WideString; safecall;
function Get_Name: WideString; safecall;
function Get_Tooltip: WideString; safecall;
procedure OnClick; safecall;
procedure OnCreate(const hook: IDispatch); safecall;
function Deactivate: WordBool; safecall;
function Get_Cursor: OLE_HANDLE; safecall;
function OnContextMenu(x, y: Integer): WordBool; safecall;
procedure OnDblClick; safecall;
procedure OnKeyDown(keyCode, shift: Integer); safecall;
procedure OnKeyUp(keyCode, shift: Integer); safecall;
Ïà¹ØÎÊ´ð£º
¾ÍÊÇÒ»¸ö·þÎñ¶ËºÍÒ»¸ö¿Í»§¶Ë£¬Àï±ßÓÐһЩ¹²Óõ¥Ôª £¬ÎÒÔÚ ¹¤³ÌµÄSEARCH PATHÀïÉèÖõÄ·¾¶£¬
Àï±ßÓиö½á¹¹Ì壬ÎÒÔÚ·þÎñ¶Ë´ò¿ª£¬¼ÓÁ˳ÉÔ±£¬µ«ÊÇÎÒÔÚ¿Í»§¶ËÆäËûµ¥Ôª·ÃÎʲ»µ½ÎÒмӵģ¬ÎÒÔÚ¿Í»§¶Ë´ò¿ªÄǸöµ¥Ôª£¬È·Êµ¼ÓÁ ......
procedure RunFunction;
type
TFunc = function(A: Integer): Integer;stdcall;¡¡//ÕâÀï¸ù¾ÝDLLÀïÃæº¯ÊýµÄÉùÃ÷ÐÞ¸Ä
var
......
Çë½Ì¸÷·¸ßÊÖ¡£ÎäÁÖǰ±²¡£ÎÒ½«B.EXE×ö³É×ÊÔ´Îļþ£¬È»ºó¼Óµ½123.dllÖС£ÓÃA.EXEÀ´µ÷ÓÃ123.dllÖеÄB.EXE
Çë¸÷λǰ±²°ïæָ½ÌÏ¡£A.exeÈçºÎÀ´µ÷ÓÃdllÖеÄexe£¿´úÂëÓÖ¸ÃÈçºÎд£¿
ÎÞÈ˻شð£¿
×ö³É×ÊÔ´Î ......
ÇëÎÊDelphiÓÐÊ÷ÐοؼþÂð£¿
ÔõÑùʹÓã¿
Ttreeview
treeview.items.addchild(nil(Éϼ¶½Úµã),'°¸·¢Ê±·¢'(text));
raize ¿Ø¼þ°üÀïÃæÓУ¬csdnÓÐÏÂÔØµÄ
²é°ïÖúTTreeViewºÍTNodeÁ½¸öÀà
TTreeView ......
delphi ÊÖ¶¯×°ÔØÇý¶¯ÎļþÌáʾ£º
RROR (1058): The driver is marked as disabled (Start=4) in its service database entry.
ÊDz»ÊÇÕâ¸öÇý¶¯±ØÐèÒªÓÃINFÀ´°²×°¡£¡£ÓÃ×Ô´øµÄINFÀ´×°ÊÇÕý³£µÄ¡£ÓÃÊÖ¶¯×°ÔؾÍÌáʾÈçÉÏ¡ ......