|
-
Jun 22nd, 2006, 03:08 AM
#1
Thread Starter
New Member
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
-
Jul 25th, 2006, 03:13 PM
#2
Addicted Member
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.
 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!
-
Jul 25th, 2006, 04:07 PM
#3
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jul 25th, 2006, 04:30 PM
#4
Addicted Member
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.
 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!
-
Jul 25th, 2006, 04:35 PM
#5
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jul 25th, 2006, 04:39 PM
#6
Addicted Member
Re: internet add-in toolbar
Thanks.
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|