Hi,
It has been days that I have been working a simple wizard where users can add nodes as typed in BOLD in a treeview control :
When the user has finished entering data my treview looks like this :
Is this the first time you are visiting DANIWEB ?
Yes
Would you like to Say hello to new members ?
Yes
Hello to All
No
Byee
No
How many posts do you have ?
< 5
> 5
So you see its a simple treeview
I also have a NEXT button and a BACK button.
When a user clicks the NEXT button, the selected node and its children should appear in a messagebox.
When a user clicks the BACK button, the selected node, its sibling(s) and its PARENT should appear in a messagebox.
I have tried almost everything but it doesn't see to work.
I NEED HELP ! PLEASE !!