[Help]Book Marks

Posts 112 of 12 · Page 1 of 1
[Help]Book Marks
ok im making a webbrowser and i want a book mark any ideas.
Search function.

I'm 100% sure that this question has been asked before.
Spam Removed, Koreans, last warning from this section.

You spam too much
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
Quote Originally Posted by Lonely Tedy Bear View Post
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.
Quote Originally Posted by cosconub View Post
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
Quote Originally Posted by Erinador View Post
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?
Posts 112 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?