| View previous topic :: View next topic |
| Author |
Message |
M1tch Newbie
Joined: 04 Nov 2001 Posts: 3
|
Posted: Sun Dec 07, 2003 3:49 pm Post subject: Internet Explorer / Mozilla Toolbar |
|
|
Got a nice idea for a browser plugin, and want to make a toolbar (think GoogleBar style) for either Internet Explorer, Mozilla, or both.
I'd either like to make the toolbar in VDS, or write the toolbar in some other language, with VDS handling the back end.
I'm searched high and low on the net for material, but all I can find is companies trying to sell me tools to do it (at stupid prices).
So, has anyone ever done it? Or even come across any resources on how to do it?
If you have, reply here or contact me at m1tch101@hotmail.com (always interested to hear from talented types)
Cheers,
Andy |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Mon Dec 08, 2003 7:54 am Post subject: |
|
|
I think these tool bars are done as BHOs (Browser Helper Objects)
You can find abundant resources on that topic I think.
As for interfacing with VDS only way I can think of now is DDE - but you need to implement that in the app too (probably in VB)
I think Dr Dread might have done some work on this - not sure though _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon Dec 08, 2003 8:52 am Post subject: |
|
|
CodeScript is right. The way to do what you want is through a BHO. I studied the possibilities a while back
but found no way of doing it in plain VDS. You will need to build a BHO in a DLL that does the job and acts as
an intermediary between your VDS program and the browser.
More info here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebgen/html/bho.asp
I have been comtemplating building a BHO in Delphi for one of my proggies, but if I do get around to
that it most likely will be tailored for that specific use and not be a generic DLL.
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Mon Dec 08, 2003 9:29 pm Post subject: |
|
|
Mitch,
If you want to add Google search abilities to your VDS application check out my Gadget DLL's web site. It has an example that uses a DLL I wrote that can Googlize your VDS application
http://dragonsphere.vdsworld.com/googleapi.zip is a direct link to the Google API example. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Dec 08, 2003 9:46 pm Post subject: |
|
|
I've always wanted to build a browser toolbar that could be controlled with
a VDS script, so keep me updated if you find anything out.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
|
| Back to top |
|
 |
|