摘要:
介绍5种比较常用的运行程序的方法,包括WinExec、ShellExecute、CreateProcess、CreateProcessAsUser、CreateProcessWithLogonW//以下为完整源代码unit Unit1;inte***ceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, F... 阅读全文
摘要:
uses urlmon; procedure TForm1.Button1Click(Sender: TObject);var url:Pchar; LocalFilePath:string;begin LocalFilePath :=ExtractFilePath(application.ExeName)+'ServerList.txt'; url := 'http://ver.bo.sohu.... 阅读全文