Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview control
Message
From
19/08/2004 06:54:01
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
19/08/2004 06:52:13
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00934418
Message ID:
00934444
Views:
31
This message has been marked as the solution to the initial question of the thread.
>>>>>I can't find the help file cmctl198.chm...Is there any place where to download it ?
>>>>>Thanks
>>>>>Alessio
>>>>
>>>>It's part of MSDN library. If you have VS6 or VFP6 you should have it already. I don't know if there is a place you can download it. Check msdn.microsoft.com
>>>>Cetin
>>>
>>>I could not find what i was looking for in the Help .
>>>I want to select a node programmatically and make it appear as i click on i t with the mouse (I want the background text as Blue) How can I do ?
>>>Thank you.
>>>Alessio
>>
>>To select a node programmatically you can use its index or key. ie:
>>
>>with thisform.oTree
>> .SelectedItem = .Nodes("myKey")
>>endwith
>>
>>I don't know if ever there is something to set selected node's forecolor.
>>Cetin
>
>Thank you anyway Cetin

You're welcome.
BTW if you meant to set programmatically selected node's back/forecolor (not selectedcolor) then oNode.Backcolor, oNode.Forecolor works.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform