Hi,
Please help me to build a Browser Helper Object using C# ,that can do any function when the Internet Explorer loaded a page completely .I dont have any experiance in COM development,so pls describe the primary steps...
Thank You
Lev123
Internet Explorer Extension Development
Hi,
Please help me to build a Browser Helper Object using C# ,that can do any function when the Internet Explorer loaded a page completely .I dont have any experiance in COM development,so pls describe the primary steps...
Thank You
Lev123
Hi,
there is an article at "The Code Project"
"How to attach to Browser Helper Object (BHO) with C# in two minutes"
http://www.codeproject.com/useritems/Attach_BHO_with_C_.asp
You can download a VS project template there (a hello world BHO).
Could also be a recommendable article: "Using Internet Explorer from .NET"
http://www.webtropy.com/articles/InternetExplorer.asp Internet%20explorer
Regarding to COM Interop, there are lots of articles at MSDN, but perhaps interop is not the best topic to start with COM.
COM Fundamentals: http://msdn2.microsoft.com/en-us/library/ms694505.aspx