Does anyone know how to change font/color of nodes in the treeview control?
Is that even possible? If not, is there a better control to use instead?

Many Thanks
Shahriar

Re: Treeview Control by Shahriar

Shahriar
Wed Jan 05 06:12:03 CST 2005

I figured it out. Please ignore message.
Thanks
Shahriar
"Shahriar" <HelloShahriar@hotmail.com> wrote in message
news:frQCd.16650$Y57.12980@trnddc08...
> Does anyone know how to change font/color of nodes in the treeview
> control? Is that even possible? If not, is there a better control to use
> instead?
>
> Many Thanks
> Shahriar
>



Re: Treeview Control by Fred

Fred
Wed Jan 05 09:23:13 CST 2005

When you solve your own problem like that, it's better if you post what you
did so that others may benefit from your experience.

--
Fred
Microsoft Visual FoxPro MVP


"Shahriar" <HelloShahriar@hotmail.com> wrote in message
news:nQQCd.16651$Y57.2097@trnddc08...
>I figured it out. Please ignore message.
> Thanks
> Shahriar
> "Shahriar" <HelloShahriar@hotmail.com> wrote in message
> news:frQCd.16650$Y57.12980@trnddc08...
>> Does anyone know how to change font/color of nodes in the treeview
>> control? Is that even possible? If not, is there a better control to use
>> instead?
>>
>> Many Thanks
>> Shahriar
>>
>
>



Re: Treeview Control by Shahriar

Shahriar
Wed Jan 05 12:08:02 CST 2005

To set an individual node of a tree to color red here is the code
thisform.treeView1.Nodes(i).ForeColor = RGB(255,0,0)

Shahriar

"Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
news:OhVyypz8EHA.1400@TK2MSFTNGP11.phx.gbl...
> When you solve your own problem like that, it's better if you post what
> you did so that others may benefit from your experience.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "Shahriar" <HelloShahriar@hotmail.com> wrote in message
> news:nQQCd.16651$Y57.2097@trnddc08...
>>I figured it out. Please ignore message.
>> Thanks
>> Shahriar
>> "Shahriar" <HelloShahriar@hotmail.com> wrote in message
>> news:frQCd.16650$Y57.12980@trnddc08...
>>> Does anyone know how to change font/color of nodes in the treeview
>>> control? Is that even possible? If not, is there a better control to use
>>> instead?
>>>
>>> Many Thanks
>>> Shahriar
>>>
>>
>>
>
>