Results 1 to 18 of 18

Thread: toolbar

  1. #1

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    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

  2. #2
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    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]

  3. #3
    Addicted Member Xenonic_Rob's Avatar
    Join Date
    Jun 2000
    Location
    England, UK
    Posts
    213
    That's a fantastic idea...

    Rob Wright
    E-mail: [email protected]
    Website: http://www.xenonic.com
    The First Member of Honeybee's Club
    Favourite words: Zugzwang and Empiric

  4. #4

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    So, John...

    Is this going to happen?
    retired member. Thanks for everything

  5. #5
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    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>

  6. #6

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    anyone know how to make that? If I knew what language, I could learn it then start making it.
    retired member. Thanks for everything

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  8. #8

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    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

  9. #9
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  10. #10

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    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

  11. #11
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  12. #12
    Lively Member eric445's Avatar
    Join Date
    Aug 2000
    Location
    Seattle, WA (USA)
    Posts
    70
    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.

  13. #13

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    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

  14. #14
    Lively Member eric445's Avatar
    Join Date
    Aug 2000
    Location
    Seattle, WA (USA)
    Posts
    70
    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

  15. #15
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    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]

  16. #16
    PowerPoster eiSecure's Avatar
    Join Date
    Jul 2000
    Location
    Texas
    Posts
    2,209
    http://www.domaindlx.com/e_morcillo/

    Just browse around a little, and you'll find the code for adding bands to IE using VB.

  17. #17

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    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

  18. #18
    PowerPoster eiSecure's Avatar
    Join Date
    Jul 2000
    Location
    Texas
    Posts
    2,209
    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
  •  



Click Here to Expand Forum to Full Width