Home All Groups Group Topic Archive Search About
Author
16 Feb 2006 3:28 PM
Marc R.
Hi all,
newbie one again.

In a treeview how can I get the selected one to still be "reverse"  (as
Selected) went control lose focus ?

That Will help me to see on which record I work !

Marc R.

Author
16 Feb 2006 3:42 PM
Carlos J. Quintero [VB MVP]
Hi Marc,

TreeView1.HideSelection = False

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


Show quoteHide quote
"Marc R." <Nospam@NewgroupsONLY.com> escribió en el mensaje
news:eY4oa2wMGHA.2036@TK2MSFTNGP14.phx.gbl...
> Hi all,
> newbie one again.
>
> In a treeview how can I get the selected one to still be "reverse"  (as
> Selected) went control lose focus ?
>
> That Will help me to see on which record I work !
>
> Marc R.
>
>
Author
16 Feb 2006 4:25 PM
Marc R.
Thanks, I found it right after I send the mail, but is it possible to have
it in dark blue has went it has the focus ?

Marc R.

Show quoteHide quote
"Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> wrote in message
news:%232e%23Z%23wMGHA.208@tk2msftngp13.phx.gbl...
> Hi Marc,
>
> TreeView1.HideSelection = False
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
> MZ-Tools: Productivity add-ins for Visual Studio
> You can code, design and document much faster:
> http://www.mztools.com
>
>
> "Marc R." <Nospam@NewgroupsONLY.com> escribió en el mensaje
> news:eY4oa2wMGHA.2036@TK2MSFTNGP14.phx.gbl...
>> Hi all,
>> newbie one again.
>>
>> In a treeview how can I get the selected one to still be "reverse"  (as
>> Selected) went control lose focus ?
>>
>> That Will help me to see on which record I work !
>>
>> Marc R.
>>
>>
>
>
Author
16 Feb 2006 4:31 PM
Carlos J. Quintero [VB MVP]
Hi Marc,

Colors are controlled by the Windows user settings (Control Panel), which
should not be changed by an app. If you want some specific color, you should
set the TreeNode.BackColor when the treeview gets/loses the focus.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


Show quoteHide quote
"Marc R." <Nospam@NewgroupsONLY.com> escribió en el mensaje
news:OU6ySWxMGHA.984@tk2msftngp13.phx.gbl...
> Thanks, I found it right after I send the mail, but is it possible to have
> it in dark blue has went it has the focus ?
>
> Marc R.
Author
16 Feb 2006 6:19 PM
Armin Zingler
"Marc R." <Nospam@NewgroupsONLY.com> schrieb
> Hi all,
> newbie one again.
>
> In a treeview how can I get the selected one to still be "reverse" (as
> Selected) went control lose focus ?
>
> That Will help me to see on which record I work !

The Treeview is not part of the VB.Net language. It belongs to the
Framework. Better groups to ask this:

microsoft.public.dotnet.framework.windowsforms.controls


Armin
Author
16 Feb 2006 9:26 PM
Marc R.
Hi Armin,

You are probably right, but here at lease here we get some answers. the
other newsgroups is less active.

I did post my question to the other ng,

thanks

Marc R.


Show quoteHide quote
"Armin Zingler" <az.nospam@freenet.de> wrote in message
news:%23nQS0ayMGHA.532@TK2MSFTNGP15.phx.gbl...
> "Marc R." <Nospam@NewgroupsONLY.com> schrieb
>> Hi all,
>> newbie one again.
>>
>> In a treeview how can I get the selected one to still be "reverse" (as
>> Selected) went control lose focus ?
>>
>> That Will help me to see on which record I work !
>
> The Treeview is not part of the VB.Net language. It belongs to the
> Framework. Better groups to ask this:
>
> microsoft.public.dotnet.framework.windowsforms.controls
>
>
> Armin
Author
16 Feb 2006 10:21 PM
Armin Zingler
"Marc R." <Nospam@NewgroupsONLY.com> schrieb
> Hi Armin,
>
> You are probably right, but here at lease here we get some answers.
> the other newsgroups is less active.
>
> I did post my question to the other ng,

It's less active because people often don't know that the groups are there -
or because they (the groups) are less active.


Armin