Treeview note taking program in VB 2005(2)
Loading...
1,349
Uploader Comments (Ilikewatermelon27)
see all
All Comments (6)
-
@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
-
@Ilikewatermelon27 nooooooooo! don't do that..
use settings..
-
Where can I get the complete code for this example?
-
wow i came just in time lol
-
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.
Loading...
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