|
-
Jun 4th, 2001, 05:05 PM
#1
Thread Starter
Frenzied Member
toolbar
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 
-
Jun 5th, 2001, 08:54 PM
#2
Fanatic Member
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]
-
Jun 6th, 2001, 12:25 PM
#3
Addicted Member
That's a fantastic idea...
-
Jul 2nd, 2001, 12:37 PM
#4
Thread Starter
Frenzied Member
retired member. Thanks for everything 
-
Jul 3rd, 2001, 04:58 AM
#5
PowerPoster
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.
-
Jul 3rd, 2001, 07:28 AM
#6
Thread Starter
Frenzied Member
anyone know how to make that? If I knew what language, I could learn it then start making it.
retired member. Thanks for everything 
-
Jul 3rd, 2001, 07:29 AM
#7
Monday Morning Lunatic
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
-
Jul 3rd, 2001, 07:40 AM
#8
Thread Starter
Frenzied Member
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 
-
Jul 3rd, 2001, 07:44 AM
#9
Monday Morning Lunatic
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
-
Jul 3rd, 2001, 08:45 AM
#10
Thread Starter
Frenzied Member
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 
-
Jul 3rd, 2001, 10:50 AM
#11
Monday Morning Lunatic
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
-
Jul 30th, 2001, 04:12 AM
#12
Lively Member
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.
-
Jul 31st, 2001, 09:28 AM
#13
Thread Starter
Frenzied Member
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 
-
Jul 31st, 2001, 06:00 PM
#14
Lively Member
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?
Stick the DLL in your system directory and register it. Then merge the .reg file into the registry.
I found the RegSpace example to crash explorer like every few seconds but it could just be my computer.
The Explorer Bar (FileSpider) was also buggy but did work.
http://www.DesktopAgent.net
-
Jul 31st, 2001, 06:05 PM
#15
Fanatic Member
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]
-
Aug 1st, 2001, 02:08 PM
#16
PowerPoster
http://www.domaindlx.com/e_morcillo/
Just browse around a little, and you'll find the code for adding bands to IE using VB.
-
Aug 2nd, 2001, 09:59 AM
#17
Thread Starter
Frenzied Member
Perfect!!!!!
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 
-
Aug 2nd, 2001, 05:56 PM
#18
PowerPoster
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.
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
|