Advertisement

Loading a HTML from my program

Started by February 03, 2000 10:45 AM
0 comments, last by St_Shadow 24 years, 8 months ago
I know this is a very insignificant part of a program and its annoying that I haven''t found how to do it but could some one tell me how I can have my game call a html file...i mean have windows open the default browers and load up a html I send it
If it''s a pre-existing file, you can just call a ShellExecute or ShellExecuteEx function with the file name as a parameter. If you create the data on the fly, you''ll have to write it to a temp file first.

This topic is closed to new replies.

Advertisement