Can I control the IE browser by using a COM?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Yes, you can. Internet Explorer has a rich set of COM-interfaces, so you can do almost anything you want. You can get the documentation (samples included) by downloading the Internet Development SDK from Microsoft, or by browing it online using the MSDN Library (URL for both the SDK and the Library: http://msdn.microsoft.com).