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!
Printable View
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!
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
That's a fantastic idea...
Is this going to happen?
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.
anyone know how to make that? If I knew what language, I could learn it then start making it.
C++
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?
VB does use COM, but I've never seen how to accurately implement all the interfaces for the Shell.
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.
MSDN most likely.
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?
Stick the DLL in your system directory and register it. Then merge the .reg file into the registry.Quote:
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 seconds :rolleyes: but it could just be my computer.
The Explorer Bar (FileSpider) was also buggy but did work.
I have the examples in c++, which would be faster than doing it in vb, it could be made fairly simply
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!
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. ;)