Hi

Here is the DllCall() usage in Xbase++:


   #define SW_HIDE             0
   #define SW_NORMAL           1
   #define SW_SHOWMINIMIZED    2
   #define SW_SHOWMAXIMIZED    3
   #define SW_MAXIMIZE         3
   #define SW_SHOWNOACTIVATE   4
   #define SW_SHOW             5
   #define SW_MINIMIZE         6
   #define SW_SHOWMINNOACTIVE  7
   #define SW_SHOWNA           8
   #define SW_RESTORE          9
   #define SW_SHOWDEFAULT      10

   #define SE_ERR_NOASSOC      31

   lSuccess := DllCall( "SHELL32.DLL"  , DLL_STDCALL, ;
            "ShellExecuteA", AppDesktop():GetHWND(), "open", cPath+cFile,;
            NIL, CurDir(), SW_NORMAL ) 

Do we have this usage in Harbour or not. 
If we have, what are the parameters to call it.

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/Syntax-of-DllCall-%28%29---Harbour-vs-Xbase%2B%2B-tp25285674p25285674.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to