I am designing a calculator where the buttons needs to be a control array like in vb 6.0. Is it possible to do in vb.net???
thanks in advance
:p
Printable View
I am designing a calculator where the buttons needs to be a control array like in vb 6.0. Is it possible to do in vb.net???
thanks in advance
:p
Just add them to an array manually.
VB Code:
Dim Buttons() As Button={Button1,Button2,Button3}
Edneeis always first.
check this out maybe give you further knowledge
http://www.codeproject.com/useritems...ays_in_NET.asp