精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● Powerbuilder>>锦上添花 技巧大家谈>>PB6应用程序里添加超链

主题:PB6应用程序里添加超链
发信人: 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]

[关闭][返回]