Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - Simple Usercontrol with tree radiobutton

 
 
Old 11-09-2006   #1 (permalink)
Pon


 
 

Simple Usercontrol with tree radiobutton

Hi all,

I'm trying to create a usercontrol which embed tree radiobutton. I'd like to
have a bindable "value" dependency property on this control that can take
tree values (1, 2 and 3) according to the radio button that is checked.
I'm not so far to get what I want but i wrote a lot of code and i'm pretty
sure there's a simplier way to achieve that.

Any idea, sample, link would be very useful.

Thanx in advance.




My System SpecsSystem Spec
Old 11-10-2006   #2 (permalink)
Pon


 
 

Re: Simple Usercontrol with tree radiobutton

Ok, i got it work fine. The mistake that confused me was i had my
dependencyproperty wasn't declared as static. Of course it f..ed all up.



"Pon" <pongla.public@laposte.net> a écrit dans le message de news:
eSUr1JCBHHA.4256@TK2MSFTNGP04.phx.gbl...
> Hi all,
>
> I'm trying to create a usercontrol which embed tree radiobutton. I'd like
> to have a bindable "value" dependency property on this control that can
> take tree values (1, 2 and 3) according to the radio button that is
> checked.
> I'm not so far to get what I want but i wrote a lot of code and i'm pretty
> sure there's a simplier way to achieve that.
>
> Any idea, sample, link would be very useful.
>
> Thanx in advance.
>
>
>



My System SpecsSystem Spec
Old 11-10-2006   #3 (permalink)
John Lorenzen


 
 

Re: Simple Usercontrol with tree radiobutton

Pon
Would you be willing to post your code for the rest of us doing similar
items
"Pon" <pongla.public@laposte.net> wrote in message
news:uDmVrZMBHHA.3560@TK2MSFTNGP04.phx.gbl...
> Ok, i got it work fine. The mistake that confused me was i had my
> dependencyproperty wasn't declared as static. Of course it f..ed all up.
>
>
>
>
> "Pon" <pongla.public@laposte.net> a écrit dans le message de news:
> eSUr1JCBHHA.4256@TK2MSFTNGP04.phx.gbl...
>> Hi all,
>>
>> I'm trying to create a usercontrol which embed tree radiobutton. I'd like
>> to have a bindable "value" dependency property on this control that can
>> take tree values (1, 2 and 3) according to the radio button that is
>> checked.
>> I'm not so far to get what I want but i wrote a lot of code and i'm
>> pretty sure there's a simplier way to achieve that.
>>
>> Any idea, sample, link would be very useful.
>>
>> Thanx in advance.
>>
>>
>>

>
>


My System SpecsSystem Spec
Old 11-10-2006   #4 (permalink)
Pon


 
 

Re: Simple Usercontrol with tree radiobutton

VB code. Still interested ?

"John Lorenzen" <johnl@fidlar.com> a écrit dans le message de news:
96A4990E-4BD3-4981-8628-142B88B283E4@microsoft.com...
> Pon
> Would you be willing to post your code for the rest of us doing similar
> items
> "Pon" <pongla.public@laposte.net> wrote in message
> news:uDmVrZMBHHA.3560@TK2MSFTNGP04.phx.gbl...
>> Ok, i got it work fine. The mistake that confused me was i had my
>> dependencyproperty wasn't declared as static. Of course it f..ed all up.
>>
>>
>>
>>
>> "Pon" <pongla.public@laposte.net> a écrit dans le message de news:
>> eSUr1JCBHHA.4256@TK2MSFTNGP04.phx.gbl...
>>> Hi all,
>>>
>>> I'm trying to create a usercontrol which embed tree radiobutton. I'd
>>> like to have a bindable "value" dependency property on this control that
>>> can take tree values (1, 2 and 3) according to the radio button that is
>>> checked.
>>> I'm not so far to get what I want but i wrote a lot of code and i'm
>>> pretty sure there's a simplier way to achieve that.
>>>
>>> Any idea, sample, link would be very useful.
>>>
>>> Thanx in advance.
>>>
>>>
>>>

>>
>>

>



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Re: simple question about directory tree Vista file management
Re: simple question about directory tree Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46