Implementing COM methods.

Joined
Mar 16, 2006
Messages
1
Reaction score
0
I am working on a project called Talkative Browser. I have a toolbar button on the IE browser. When this button is clicked, the URL of the current web page must be fetched. This URL is given for extracting the HTML source code,then the text portion is got.
I need to implement the IOleCommandTarget interface's methods in C# , so that when the toolbar button is clicked, URL can be fetched. But i dont know how to implement this. Kindly help me with this.

Thanks and regards,
LMHP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top