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
 
Back
Top