CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    1

    Adding button to Netscape/IE

    How do I add a button/toolbar to IE and Netscape browers AND have a menu item installed on the right-click mouse button. If you have seen the download from www.IveBeenGood.com you know what I mean.

    Any help would be appreciated.


  2. #2
    Join Date
    Oct 1999
    Posts
    25

    Re: Adding button to Netscape/IE

    Hi,

    I have some similar questions like you.

    The first is, can I find out the current contents of the address bar of IE? In other words, can I find out the URL of the page that IE is displaying? If I can not do that, can I get the HTML source of the page that is currently displayed in IE? I want to do this from a separate application.

    The second is, I would like to add one a button to the IE toolbar from a separate application. Just like RealPlayer adds a button to IE when you install it. Then when a user click the button, it will perform some action provided by the separate application. How could I do it?

    Would you please give me some pointer about how to implemente it or where to find relative information?

    Thanks a lot.


    Weiyang




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured