Jerry Coffin
March 29th, 1999, 01:29 AM
You should be able to use FindExecutable to find the executable associated with an HTML file, then use CreateProcess to execute the associated executable. This has the shortcoming that it might startup something like an HTML editor if the user happens to be somebody who does web-site development.