Click here to Skip to main content
15,913,115 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Mind Those Passwords! Pin
Richard MacCutchan25-Jun-12 5:35
mveRichard MacCutchan25-Jun-12 5:35 
QuestionPlease Explain about Database Cache Pin
ICEFLOWER224-Jun-12 18:11
ICEFLOWER224-Jun-12 18:11 
AnswerRe: Please Explain about Database Cache Pin
Sandeep Mewara24-Jun-12 20:05
mveSandeep Mewara24-Jun-12 20:05 
Questionhow to save data from datagridview to database in vb 2008 Pin
Jayeshkumar M Patel24-Jun-12 0:57
Jayeshkumar M Patel24-Jun-12 0:57 
AnswerRe: how to save data from datagridview to database in vb 2008 Pin
Sandeep Mewara24-Jun-12 20:01
mveSandeep Mewara24-Jun-12 20:01 
QuestionHow Can I Save and Load Tree View Items Pin
ICEFLOWER223-Jun-12 16:31
ICEFLOWER223-Jun-12 16:31 
AnswerRe: How Can I Save and Load Tree View Items Pin
Richard MacCutchan24-Jun-12 0:18
mveRichard MacCutchan24-Jun-12 0:18 
AnswerRe: How Can I Save and Load Tree View Items Pin
Eddy Vluggen24-Jun-12 0:22
professionalEddy Vluggen24-Jun-12 0:22 
ICEFLOWER2 wrote:
How Can I Save and Load Tree View Items with those childrens...

 

Please answer me quickly if possible Smile | :)

 

and leave vb.net code for it Unsure | :~

You cannot hurry people who don't work for you. It's a Sunday, only had a single cup of coffee, and I don't have a stake in the outcome. If you're short on time, then you'll need to learn to manage your time more efficiently.

You won't receive code either; I'll be happy to answer questions and help with specific examples, but we're not a charity that's in the business of providing free code.

Now that's out of the way, on to your question. You save/load a tree one node at a time, question is where you'd save them. Let's assume a database, like Sql Server. You'd have a table in there, with a field that points to it's primary key.
SQL
CREATE TABLE SomeHierarchy(
  MyKey     BIGINT,
  MyParent  BIGINT
);

Any root-items would not have a reference to a parent.

..I suggest you search for some examples, there's probably a few on CodeProject Smile | :)
Bastard Programmer from Hell Suspicious | :suss:

QuestionVS Editor Extensions, Split Code View? Pin
Don Rolando20-Jun-12 7:06
Don Rolando20-Jun-12 7:06 
AnswerRe: VS Editor Extensions, Split Code View? Pin
Richard MacCutchan20-Jun-12 21:12
mveRichard MacCutchan20-Jun-12 21:12 
GeneralRe: VS Editor Extensions, Split Code View? Pin
Don Rolando21-Jun-12 2:54
Don Rolando21-Jun-12 2:54 
GeneralRe: VS Editor Extensions, Split Code View? Pin
Richard MacCutchan21-Jun-12 3:11
mveRichard MacCutchan21-Jun-12 3:11 
GeneralRe: VS Editor Extensions, Split Code View? Pin
Pete O'Hanlon21-Jun-12 3:17
mvePete O'Hanlon21-Jun-12 3:17 
GeneralRe: VS Editor Extensions, Split Code View? Pin
Richard MacCutchan21-Jun-12 3:20
mveRichard MacCutchan21-Jun-12 3:20 
GeneralRe: VS Editor Extensions, Split Code View? Pin
irving1221-Jun-12 15:39
irving1221-Jun-12 15:39 
QuestionHow to Change Default On Screen Keyboard? Pin
FUNCTOR9915-Jun-12 8:08
FUNCTOR9915-Jun-12 8:08 
AnswerRe: How to Change Default On Screen Keyboard? Pin
FUNCTOR9920-Jun-12 12:32
FUNCTOR9920-Jun-12 12:32 
GeneralRe: How to Change Default On Screen Keyboard? Pin
Richard MacCutchan20-Jun-12 21:10
mveRichard MacCutchan20-Jun-12 21:10 
Questionproblem with PasswordDeriveBytes on windows ce Pin
iman_kh7-Jun-12 20:36
iman_kh7-Jun-12 20:36 
AnswerRe: problem with PasswordDeriveBytes on windows ce Pin
Dave Kreskowiak8-Jun-12 3:37
mveDave Kreskowiak8-Jun-12 3:37 
QuestionDevelop COM class / ActiveX with data bound properties in .NET? Pin
vware4-Jun-12 8:55
vware4-Jun-12 8:55 
QuestionParadise Trojan - Wonderfulll trojan made with vb.net Pin
mustoyildiz2-Jun-12 5:04
mustoyildiz2-Jun-12 5:04 
QuestionUnable to deploy the Application into server from VS 2010 using Web set deployment type Pin
ChandrakanthGaddam31-May-12 4:20
ChandrakanthGaddam31-May-12 4:20 
AnswerRe: Unable to deploy the Application into server from VS 2010 using Web set deployment type Pin
Sandeep Mewara4-Jun-12 19:23
mveSandeep Mewara4-Jun-12 19:23 
Questioni want know how to calculate characters in vb.net Pin
sallu_maddy29-May-12 23:02
sallu_maddy29-May-12 23:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.