Results 1 to 6 of 6

Thread: internet add-in toolbar

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    6

    internet add-in toolbar

    Hi,
    i know how to develp com stuff for office, but i want now to make a com addin for IE so that a toolbar is added something like google toolbar, can anyone give me a push start is there any websites? good books? etc... which can help me to do this faster :P

    thankS

  2. #2
    Addicted Member bobabot1's Avatar
    Join Date
    Jul 2006
    Location
    The Restaurant at the End of the Universe
    Posts
    162

    Re: internet add-in toolbar

    Learn XUL. It's the language Mozilla Firefox is built off of and it's an easy language.
    First, d/l firefox. Then visit xulplanet.com XUL is easier than html so you should pick it up pretty quickly.
    Quote Originally Posted by ZaNi
    On a side note, I've figured something out: IE is like life... Its a disease we all start with, and it will be fatal someday unless something drastic changes .

    Note: If I was helpful, rate me!
    This is a subliminal message. GET FIREFOX!

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: internet add-in toolbar

    Search the MS site for Browser Helper Object or BHO.

    Oh wait, I will find something for you...


    Here is for toolbar buttons on IE - http://msdn.microsoft.com/library/de...als/button.asp

    And here is for everything you will want to know about anything dealing with customizing IE - http://msdn.microsoft.com/library/de...asp?frame=true
    Last edited by RobDog888; Jul 25th, 2006 at 04:34 PM.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4
    Addicted Member bobabot1's Avatar
    Join Date
    Jul 2006
    Location
    The Restaurant at the End of the Universe
    Posts
    162

    Re: internet add-in toolbar

    Rob, you posted the same link twice.
    I would be interested in IE development but it looks really complex.
    A simple browser in XUL is this:
    Code:
    <window>
          <hbox>
               <browser>
          </hbox>
    </window>
    It really is one of the simplest languages if you could call it that.
    Quote Originally Posted by ZaNi
    On a side note, I've figured something out: IE is like life... Its a disease we all start with, and it will be fatal someday unless something drastic changes .

    Note: If I was helpful, rate me!
    This is a subliminal message. GET FIREFOX!

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: internet add-in toolbar

    Its that side bar explorer type window wasnt sync'd Post updated now.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    Addicted Member bobabot1's Avatar
    Join Date
    Jul 2006
    Location
    The Restaurant at the End of the Universe
    Posts
    162

    Re: internet add-in toolbar

    Thanks.
    Quote Originally Posted by ZaNi
    On a side note, I've figured something out: IE is like life... Its a disease we all start with, and it will be fatal someday unless something drastic changes .

    Note: If I was helpful, rate me!
    This is a subliminal message. GET FIREFOX!

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