精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● Powerbuilder>>使用API>>Re: 使用SHELLEXCUTE?

主题:Re: 使用SHELLEXCUTE?
发信人: ilike()
整理人: leitiger(2002-06-05 23:49:05), 站内信件
定义:
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]

[关闭][返回]