API call in Vista and W7
Posted: Wed May 12, 2010 8:49 am
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
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