Software Development Network>> Visual C++>> Display .html files on disk within a c++ app
The easiest way is just to execute ShellExecute with the full filename and the corresponding Internet Browser will launch.
You can also host the IE into your application but this is much more complicated.
Display .html files on disk within a c++ app
dotnetJava
The easiest way is just to execute ShellExecute with the full filename and the corresponding Internet Browser will launch.
You can also host the IE into your application but this is much more complicated.