Reference/tutorial material for using MSHTML from C#?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Would anyone like to recommend a book or Internet-based resource where I could learn to use MSHTML from C#? I need to know how get access to the IHTMLDocument* interface pointers, how to call them and what pitfalls to avoid in the use of unmanaged interface pointers in a C# application. I'm learn-by-example kind of guy, so the more practical examples I can look at the better. I've been forced into this position by the limited capabilities of the .NET 2.0 Webbrowser control in VS 2005 C# Express.