Home All Groups Group Topic Archive Search About
Author
31 Jul 2006 3:25 PM
Jerry
Hello,

I have written a program in which the user points to a node and a window
opens up. Each node has its own window. Now I'd like to add a "Next" button
so the next window opens without having to point to the next or any node. I
can get the window open, but I'd also like the appropriate node to become
selected. node.ischecked=true dosn't work. I'm sure I'm missing something
but I can't figue it out. Could you help me?


Thanks,


Jerry

Author
31 Jul 2006 3:34 PM
iwdu15
try

Me.TreeView1.SelectedNode = NodeYouWantSelected

hope that helps
--
-iwdu15
Author
31 Jul 2006 8:03 PM
Jerry
Thanks, but no it didn't work.
I think I'm missing something. My nodes have a tag. How can I use this to
select the node?
How do I define the "NodeYouWantSelected"?

Thanks,

Jerry


Show quoteHide quote
"iwdu15" <jmmgoalsteratyahoodotcom> schrieb im Newsbeitrag
news:B6151F00-5247-4A6B-B9C3-42B24B468B5E@microsoft.com...
> try
>
> Me.TreeView1.SelectedNode = NodeYouWantSelected
>
> hope that helps
> --
> -iwdu15