Mar 13, 2012 #1 migamiga Programmer Joined May 21, 2011 Messages 5 How to Run .chm file on pb 10.5 ? please help
Mar 15, 2012 #2 mbalent Programmer Joined Sep 20, 2001 Messages 853 Location US Assuming there is an application association with the file type CHM (Windows help), you can 'Run' the file which launches the associated application. Code: Run('c:\temp\myhelp.chm') Matt "Nature forges everything on the anvil of time" http://www.anvil-of-time.com Upvote 0 Downvote
Assuming there is an application association with the file type CHM (Windows help), you can 'Run' the file which launches the associated application. Code: Run('c:\temp\myhelp.chm') Matt "Nature forges everything on the anvil of time" http://www.anvil-of-time.com