Where can I get the complete code for this example?
ddsharper 1 year ago
Nice tutorial, i've used treeview for, webbrowser favorits, it works , but how can i save my settigs ?
i mean , when i restart my application, that all that nodes wil be displayed again , help me please .
vardushik 2 years ago
I would probably write all the nodes to a text file. Then have the program read the text file line per line for each node.
Ilikewatermelon27 2 years ago
@Ilikewatermelon27 nooooooooo! don't do that..
use settings..
defofsaradomin 9 months ago
@vardushik use settings,..
so think we use a button for saving the favorits
button click
my.settings.strTreeView = textbox1.text
load
treeview text thingie = my.settings.strTreeView
I'm watching this tut to know how treeview work's ^^
gl
wow i came just in time lol
Mastertech96 2 years ago
You could store the new contents of each text file in a variable to allow users to click on other things.
Then when you go to close the program then you can prompt them to save.
warlord90210 2 years ago
Where can I get the complete code for this example?
ddsharper 1 year ago
Nice tutorial, i've used treeview for, webbrowser favorits, it works , but how can i save my settigs ?
i mean , when i restart my application, that all that nodes wil be displayed again , help me please .
vardushik 2 years ago
I would probably write all the nodes to a text file. Then have the program read the text file line per line for each node.
Ilikewatermelon27 2 years ago
@Ilikewatermelon27 nooooooooo! don't do that..
use settings..
defofsaradomin 9 months ago
@vardushik use settings,..
so think we use a button for saving the favorits
button click
my.settings.strTreeView = textbox1.text
load
treeview text thingie = my.settings.strTreeView
I'm watching this tut to know how treeview work's ^^
gl
defofsaradomin 9 months ago
wow i came just in time lol
Mastertech96 2 years ago
You could store the new contents of each text file in a variable to allow users to click on other things.
Then when you go to close the program then you can prompt them to save.
warlord90210 2 years ago