发信人: ilike()
整理人: edison(1999-10-29 12:45:42), 站内信件
|
定义:
function long ShellExecute32( long hWindow, string lpOperation, string lpFile, string lpParameters, string lpDirectory, long nShowCmd ) Libr ary "shell32" Alias For "ShellExecuteA"
代码:
string lsNull
SetNull( lsNull )
ShellExecute32( Handle(Parent), 'open', "http://www.abc.com", lsNull, lsNull, 0 )
【 在 qnf () 的大作中提到: 】
: 各位高手:
:
: 小弟我刚使用API,有些问题想请教,例如使用SHELLEXECUTE来运行
: IEXPLORE打开WWW。ABC。COM如何写这里的参数呢?先谢了。
: .......
-- ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.96.156.11]
|
|