-
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
-
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
-
-
What didn't work, can you post the code you were using. I can try to figure out why it didnt' work.
-
1 Attachment(s)
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.
-
1 Attachment(s)
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.
-
hey, thanx alot, you seem to have done alot of work into this :)
-
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.