W
wangxinxx
Unregistered / Unconfirmed
GUEST, unregistred user!
Sub AddLink(Url,Info) <br> On Error Resume Next<br> set JetCarCatch=CreateObject("JetCar.Netscape"<br> if err<>0 then<br> MsgBox("FlashGet not properly installed!"+ vbCrLf+"Please install FlashGet again"<br> else<br> call JetCarCatch.AddUrl(Url, Info, external.menuArguments.document.Url)<br> end if<br>end sub<br>上面是Flashget中的调用程序。我想用delphi来实现。不知如何做。请大家给个想法。