How about making a vbforums toolbar for Ie. look at http://toolbar.google.com/ for an example. There could be a navigation part, a customizable search part, so you could search for your posts, and so on. Think about it!
How about making a vbforums toolbar for Ie. look at http://toolbar.google.com/ for an example. There could be a navigation part, a customizable search part, so you could search for your posts, and so on. Think about it!
retired member. Thanks for everything
that would be cool! i'm just starting to learn this type of COM programming (Desk Bands), and might create one of these as a sample project
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
That's a fantastic idea...
Rob Wright
E-mail: rob@xenonic.com
Website: http://www.xenonic.com
The First Member of Honeybee's Club
Favourite words: Zugzwang and Empiric
Is this going to happen?
retired member. Thanks for everything
If it does happen, it will probably be a user that creates it. John won't have anything to do with it, unless he likes it, then he might create a link like this one: Help VB World help a good cause! so that people will download it. First though, someone needs to make it.
<removed by admin>
anyone know how to make that? If I knew what language, I could learn it then start making it.
retired member. Thanks for everything
C++
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Is it c++? gwdash was saying something about com, and that is vb or c++. Is there a site on how to build a toolbar for ie?
retired member. Thanks for everything
VB does use COM, but I've never seen how to accurately implement all the interfaces for the Shell.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Well, have you seen anything with the souce code released? It would be easier if there was already one done, and it would be easy enough to modify it for this site.
retired member. Thanks for everything
MSDN most likely.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
It is possible to make desk bands/explorer bars in Visual Basic.
I found a book on it called 'Visual Basic Shell Programming.' Sample projects from it and more information is avalible here:
http://www.oreilly.com/catalog/vbshell
Let me know if this helps.
I just downloaded the source and by a cursory glance, Chapter 12 source seems to look like what we want. Im not sure what to do with the dll, though. Anyone have the book in pdf or html format to look at the text for the source?
retired member. Thanks for everything
Stick the DLL in your system directory and register it. Then merge the .reg file into the registry.Originally posted by markman
I just downloaded the source and by a cursory glance, Chapter 12 source seems to look like what we want. Im not sure what to do with the dll, though. Anyone have the book in pdf or html format to look at the text for the source?
I found the RegSpace example to crash explorer like every few secondsbut it could just be my computer.
The Explorer Bar (FileSpider) was also buggy but did work.
http://www.DesktopAgent.net
I have the examples in c++, which would be faster than doing it in vb, it could be made fairly simply
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
http://www.domaindlx.com/e_morcillo/
Just browse around a little, and you'll find the code for adding bands to IE using VB.
Ok, now to get to work. What we will need is a main control button, like the toolbar.google.com first button, a combobox to select the forum to go to, a textbox to search the site, and post reply/new thread buttons.
Can you think of anything else that would be useful?
I dont know about you, but Im dropping all my other vb project to work on this!
Last edited by markman; Aug 2nd, 2001 at 10:03 AM.
retired member. Thanks for everything
How about a little box where it opens up on the left or bottom side of IE with a listview of the posts and stuff, and we can reply to them right from the program, and the program will display the posts. I think that beats the UI of VBForums hands-down (sorry, John) b/c it is application driven, so it has more flexibility and more power.
....and a search feature that does work would be nice.![]()