DELPHIÔ¶³ÌÊÓÆµ´«ÊäÎÊÌ⣿
¹«Ë¾ÓÐÒ»Èí¼þ£¬ÊµÏֵŦÄÜÊÇ¿ÉÒÔÔ¶³ÌÊÓÆµÁÄÌì¡£¡£Óõ½ÁË¡°DirectShow9¡±£¬ÏÖÔÚÏëÕÒ³öDELPHIÊÇÈçºÎ½«±¾µØÊÓÆµ×ª»¯Îª¿É´«Êä¸ñʽµÄÄǶδúÂë¡£¡£Ï£ÍûÓоÑéµÄ¸ßÊÖ°ïÏÂæ¡£
ÒÔÏÂÊÇ¡°DirectShow9¡±ÖеIJ¿·Öº¯Êý
function put_Caption(strCaption: WideString): HResult; stdcall;
function get_Caption(out strCaption: WideString): HResult; stdcall;
function put_WindowStyle(WindowStyle: Longint): HResult; stdcall;
function get_WindowStyle(out WindowStyle: Longint): HResult; stdcall;
function put_WindowStyleEx(WindowStyleEx: Longint): HResult; stdcall;
function get_WindowStyleEx(out WindowStyleEx: Longint): HResult; stdcall;
function put_AutoShow(AutoShow: LongBool): HResult; stdcall;
·¹ý¡£¡£¡£¡£¡£¡£Ñ§Ï°¡£¡£¡£¡£¡£¡£
ÊÓÆµÐźÅÐèҪѹËõµÄ£¬·ñÔò³¬´ó£¡
ºÃÏñÒªµ÷ÓÃMPG4c32.dllµÄº¯Êý½øÐÐѹËõ´«Êä
{{
Ïà¹ØÎÊ´ð£º
delphi ÊÖ¶¯×°ÔØÇý¶¯ÎļþÌáʾ£º
RROR (1058): The driver is marked as disabled (Start=4) in its service database entry.
ÊDz»ÊÇÕâ¸öÇý¶¯±ØÐèÒªÓÃINFÀ´°²×°¡£¡£ÓÃ×Ô´øµÄINFÀ´×°ÊÇÕý³£µÄ¡£ÓÃÊÖ¶¯×°ÔؾÍÌáʾÈçÉÏ¡ ......
delphiÒþ²ØÔËÐÐQQ³ÌÐò
¿ÉÒÔʵÏÖÒþ²ØµÇ¼£¡µ«±ØÐëÊÇ2008ÄêÒÔǰµÄ°æ±¾¡£09¼°ÒÔºó×Ô¶¯µÇ¼ÓÐЩÄѶȡ£
¿ÉÒÔʵÏÖ ²»¹ý·ÖÌ«ÉÙ
¿ÉÒÔʵÏÖµÄѽ
¶¥
Äãµ½µ×Òª¸Éʲô,Ò ......
Delphi(Pascal) code:
function DBGridEhToExportFile(dbgrideh:TDBGridEh;filename:string='µ¼³öµÄÎļþ'):boolean ;
var ExpClass:TDBGridEhExportClass;
Ext:String;
savedialog1:tsavedialog;
b ......