Game Development Community

How can I embed Internet Explorer in Torque?

by Liuycrl · in Technical Issues · 07/24/2007 (7:11 am) · 2 replies

Actually, torque can be embeded in IE, but can IE be embeded in Torque?

#1
07/24/2007 (7:32 am)
TGB WebBrowser is a TGB enhancement using the Mozilla libraries to embed Firefox in TGB. You might be able to learn something from it and figure out the hooks to embed IE in TGE.
#2
08/27/2007 (3:25 pm)
Check the Platform SDK from Microsoft with regards to the ISAPI which allows C++/MFC applications to use an ActiveX control for web page viewing and interaction with IE, if I remember correctly.