Qustion abour user control (need some help please)

rahavtom

Regular
Joined
Apr 2, 2004
Messages
63
Qustion about user control (need some help please)

Hello All!

I use VB.NET and I need to create a control that will function like a CheckedListBox control (in terms of list of items that can be added or removed during runtime, and can be selected), but will include the following items in each 'row' (item):
2 RadioButtons
1 CheckBox
1 TextBox

May someone help me to get into it and explain me how to create such control?

Thanks in advanced,
Tom.
 
Last edited:
Back
Top