build control in vb.net 2005
hello, i have a question. Does anyone have a small example of how to build a control in vb.net 2005? i have found examples in vb.net 2003 on google, but not anything special for 2005.
What i want to build is a control that will give me some values. for example: lets say i use a control called "mycontrol" So when i take mycontrol.value1 it will return 5 , when i want mycontrol.value2 it will return 232 and so on.
Is this possible? I know it looks more like a function than a control but i wanna use it as a control. Please let me know. thanks