Chris
Wed Dec 01 09:18:03 CST 2004
Search Help in Studio, buy a book or take a class. This is the same for the
desktop or the CF and it's well documented.
--
<ctacke/>
www.OpenNETCF.org
Your CF searches start and end here
"mathon" <mathon@discussions.microsoft.com> wrote in message
news:92E1D79A-1CDA-42F9-81D1-ED65E94F31A5@microsoft.com...
> Hello
>
> Now I have created a Tree View. How can I retrieve the value of a certain
> node of the TreeView?
>
> regards
>
> mat
>
> "Daniel Moth" wrote:
>
>> If you hit F1 from code you get the help system which includes samples of
>> almost everything. If you don't have help installed try searching on msdn
>> for the same content.
>>
>> In a nutshell, TreeView.Nodes.Add is what you are looking at. Read the
>> text
>> and follow the links of this url:
>>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformstreeviewclasstopic.asp
>>
>> Pay attention to the members of the class to see what is supported by the
>> CF
>> (although intellisense helps there). For TreeView:
>>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformstreeviewmemberstopic.asp
>>
>> Cheers
>> Daniel
>> --
>>
http://www.danielmoth.com/Blog/
>>
>>
>> "mathon" <mathon@discussions.microsoft.com> wrote in message
>> news:F921AB1B-ADEB-4C4A-8219-59DABCA3B10A@microsoft.com...
>> > Hello,
>> >
>> > Can anybody recommend me a simple example where the build up of a Tree
>> > View
>> > is shown? (I work with C#)
>> >
>> > regards
>> >
>> > mat
>>
>>
>>