![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | 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 Specs![]() |
| | #2 (permalink) |
| Guest | 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 Specs![]() |
| | #3 (permalink) |
| Guest | 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 Specs![]() |
| | #4 (permalink) |
| Guest | 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 Specs![]() |
| | #5 (permalink) |
| Guest | 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 Specs![]() |
| | #6 (permalink) |
| Guest | 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 Specs![]() |
| | #7 (permalink) |
| Guest | 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 Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UserControl inside another UserControl with WYSIWYG | jan.bannister@gmail.com | Avalon | 1 | 02-07-2007 06:42 AM |
| Simple Question re: Text in UserControl? | john | Avalon | 2 | 11-30-2006 03:09 AM |
| How to bind to a usercontrol property from inside this usercontrol | Pon | Avalon | 4 | 11-13-2006 08:38 AM |
| RadioButton and IsChecked data binding | =?Utf-8?B?SmVmZiBNQVVSWQ==?= | Avalon | 0 | 09-11-2006 12:10 PM |
| WPF UserControl in a Forms.UserControl | MichaelG | Avalon | 2 | 01-10-2006 03:52 PM |