Sep 11, 2003 #1 171171 Programmer May 13, 2003 16 ID Hai All, I have problem with RUN Syntax . I have insert syntax in Menu but can not Run. This Syntax is RUN AP.CHM This File Exection Chm (HTML). Please Help . Thank's
Hai All, I have problem with RUN Syntax . I have insert syntax in Menu but can not Run. This Syntax is RUN AP.CHM This File Exection Chm (HTML). Please Help . Thank's
Sep 11, 2003 #2 ramani Programmer Mar 15, 2001 4,336 AE Hi DECLARE INTEGER ShellExecute IN shell32.dll ; INTEGER hndWin, STRING cAction, STRING cFileName, ; STRING cParams, STRING cDir, INTEGER nShowWin = ShellExecute(0,"open","myPath\ap.chm","","",1) ramani (Subramanian.G) http://winnersoft.coolfreepages.com/ Upvote 0 Downvote
Hi DECLARE INTEGER ShellExecute IN shell32.dll ; INTEGER hndWin, STRING cAction, STRING cFileName, ; STRING cParams, STRING cDir, INTEGER nShowWin = ShellExecute(0,"open","myPath\ap.chm","","",1) ramani (Subramanian.G) http://winnersoft.coolfreepages.com/
Sep 12, 2003 #3 alexisgacia Programmer Sep 12, 2003 9 PH you can use "shellexecute" instead of run. check the sample of ramani. Its me : ALEX Upvote 0 Downvote