Results 1 to 8 of 8

Thread: Browser Help Plz

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312

    Browser Help Plz

    i just need help on a few things, and if they are possible in VB...

    A) In my webbrowser i would like a right clikc menu of my own, is this possible, and how?

    B) On the splash scrren i have a progress bar that i would like to "work" (progress!) as its loads up all the forms that it needs to loads.

    C) How to make a Favorites menu as a menu ITEM using all the current favorites that windows has, but using a differant dir (so it would firstly copy all the windows favorites form that DIRECOTRY into the new directory for my browser...

    D) How to make it the default Broswer...

    I know its alot, but i need to learn this stuff, one day i hope to help people just like me now!

    thanx in advance! :P

  2. #2
    hellswraith
    Guest
    Look into using the FileSystemObject to make a copy of the favorites folder to your new folder.

    http://msdn.microsoft.com/library/de...stemObject.htm

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312
    nope, didnt work

  4. #4
    hellswraith
    Guest
    What didn't work, can you post the code you were using. I can try to figure out why it didnt' work.

  5. #5
    hellswraith
    Guest
    I threw together a little program that does it, make sure you go into the code and edit the path to your favorite folder, mine is going to be way different than yours is.

    Also, now that you will see how to use the FileSystemObject, you can go here http://msdn.microsoft.com/library/de...stemObject.htm to see all the different methods available to it. There is quite a lot you can do with it.
    Attached Files Attached Files

  6. #6
    hellswraith
    Guest
    Here is the code to do a right click menu. First you will have to create a menu that you want to be your rightclick menu. If you don't want it to be shown on the menu bar up top, you need to uncheck the visible checkbox on the menu item.
    Attached Files Attached Files

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312
    hey, thanx alot, you seem to have done alot of work into this

  8. #8
    hellswraith
    Guest
    No problem. To tell you the truth, it helps me out also. I didn't fully know everything, I had to re-learn it again. So in the end, it helps both of us.

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