Hi,
So far I have the following code,
release objexec,pcfile
public objexec,pcfile
SW_SHOWNORMAL=1
pcfile="c:\program files\interent explorer\iexplore.exe"
&& not the best way but ok for now
objexec.ShellExecute(pcfile,"open","filename.html",.null.,.null,SW_SHOWNORMAL)
release objexec
The above was my attempt to convert from Visual C code. I get an error stating that a parameter is missing in line 14 of shellexecute. How should this line read in FoxPro?
Thanks
So far I have the following code,
release objexec,pcfile
public objexec,pcfile
SW_SHOWNORMAL=1
pcfile="c:\program files\interent explorer\iexplore.exe"
&& not the best way but ok for now
objexec.ShellExecute(pcfile,"open","filename.html",.null.,.null,SW_SHOWNORMAL)
release objexec
The above was my attempt to convert from Visual C code. I get an error stating that a parameter is missing in line 14 of shellexecute. How should this line read in FoxPro?
Thanks