PB10中调用 ShellExecuteA

定义全局
FUNCTION long ShellExecuteA( ulong hWnd, string Operation, string lpFile,string lpParameters, string lpDirectory, int nShowCmd ) LIBRARY "shell32.dll"
程序调用
ShellExecuteA(0, ls_null, is_path, ls_null, ls_null, 1)
没有任何反应
[263 byte] By [wanglv] at [2008-1-9]
# 1
用ShellExecuteW
AFIC-AFoolInChina at 2007-10-19 > top of Msdn China Tech,PowerBuilder,基础类...
# 2
多谢,对ShellExecuteW使用请具体些
wanglv at 2007-10-19 > top of Msdn China Tech,PowerBuilder,基础类...