Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Path \\ or \
Message
 
 
To
19/09/2005 12:03:15
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
01050887
Message ID:
01050915
Views:
9
I am not sure it WSH
I am using the expressions below:
Is it WSH ?


FUNCTION Shell
LPARAMETER lcLink, lcAction, lcParms, lcDir
lcAction = IIF(EMPTY(lcAction), "Open", lcAction)
lcParms = IIF(EMPTY(lcParms), "", lcParms)
lcDir=IIF(empty(lcDir),"",lcDir)
DECLARE INTEGER ShellExecute ;
IN SHELL32.dll ;
INTEGER nWinHandle, ;
STRING cOperation, ;
STRING cFileName, ;
STRING cParameters, ;
STRING cDir, ;
INTEGER nShowWindow

DECLARE INTEGER FindWindow ;
IN WIN32API ;
STRING cNull,STRING cWinName

RETURN ShellExecute(FindWindow(0, _SCREEN.caption), ;
@lcAction, @lcLink, ;
@lcParms, @lcDir, 1)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform