假设要运行 http://192.168.0.1/help.pdf
DECLARE Integer ShellExecute IN "Shell32.dll" Integer hwnd,String lpVerb,String lpFile,String lpPara,String lpDir,Long lpShowCmd
cFile = "http://192.168.0.1/help.pdf"
= ShellExecute(0,"open",cFile,"","",1)
DECLARE Integer ShellExecute IN "Shell32.dll" Integer hwnd,String lpVerb,String lpFile,String lpPara,String lpDir,Long lpShowCmd
cFile = "http://192.168.0.1/help.pdf"
= ShellExecute(0,"open",cFile,"","",1)
泉城飞狐