Robert May
-
2005-11-30
- priority: 5 --> 4
If you want to embed a HTML browser in a win32::gui
app you can go down the Win32::GUI::AxWindow route:
http://rocherl.club.fr/Win32GUI.html#AxWindow
Would it make more sense to have a native version of
this functionality built directly into the core of
win32::gui ("win32::GUI::Browser" with all the events
etc)? The following link contains a pure C example (so it
should work under XS):
http://www.codeguru.com/Cpp/I-
N/ieprogram/article.php/c4379/
?