Dear all,
in XP I used to open external program (like Acrobat) following call:
DllCall( "SHELL32.DLL" , DLL_STDCALL, ;
"ShellExecuteA", AppDesktop():GetHWND(), "open", cFile, ;
NIL, cDir, SW_NORMAL )
but it does not work in Vista neither in W7.
Can you help
Regards
Janko Lubej
API call in Vista and W7
Re: API call in Vista and W7
Hi,
I'm using:
"ShellExecuteA", 0, Chr(0), cFile, Chr(0), Chr(0),3)
And this is working in Vista and Win7.
I'm using:
"ShellExecuteA", 0, Chr(0), cFile, Chr(0), Chr(0),3)
And this is working in Vista and Win7.
Re: API call in Vista and W7
Chris,
that works!!
Thank you very much.
Best regards
JAnko Lubej
that works!!
Thank you very much.
Best regards
JAnko Lubej