You start programming in C++ for a couple of months and you forget how to do anything in VB. Can anyone help?
I am trying to use an array of buttons for a simple calculator demo. However, when I try to access the "click" procedure for each, it uses only one sub that is named
Private Sub Command1_Click(Index as Integer)
How do I make it so that when I click on Command1(3) it prints a 3.?
The button array thing is messing with my mind's concept of C++ arrays.
Thanks,
E.D.1870




Reply With Quote