ok so first you will add a specialized string collection in my.settings...
then you will need to make the button (or ctrl + b) make an action with this code:
my.settings.NAME.add(webbrowser1.url.tostring)
done...
thanks i wasthinking save url to a .dat file then when they click it, it changes web url
idk if u figured this out yet but i found this on youtube u can dl the project and everything.
I would um just add them to a listview then add a function that makes a new type of label at the top for every line and make it clickable
Originally Posted by Lonely Tedy Bear
I would um just add them to a listview then add a function that makes a new type of label at the top for every line and make it clickable
Write a tutorial plz !!
thanks guys i really appreciate all the help i will look at that video and like mjlover says please write a tut.
Originally Posted by cosconub
Like mjlover says please write a tut.
I'd make an array, add all them URL's to the array and then use the array to make a menubar kinda thing
Originally Posted by Erinador
I'd make an array, add all them URL's to the array and then use the array to make a menubar kinda thing
I was going to suggest something like that but I was having troubles deleting items from the array I could delete one entry but I had trouble knocking the indexes back one, guess I'll figure it out some time.
How did you plan on saving the array by the way? .txt/.dat etc or by My.Settings?