OzzieGeorge
Programmer
I have a form that has 256 buttons on it and want to change a line of text on the form depending on which button the mouse pointer is over. I was using 8 arrays in VB6 and using case to control this.
I'm now trying to do the same in 2005 and so I am looking at using MixedControls to achieve the same ends. I am struggling with the fact that I have to enter each button individually! It starts with button0 and goes up to button 255 inclusive so is there an alternative to typing button0, button1......etc
Or should I be using some other method?
I'm now trying to do the same in 2005 and so I am looking at using MixedControls to achieve the same ends. I am struggling with the fact that I have to enter each button individually! It starts with button0 and goes up to button 255 inclusive so is there an alternative to typing button0, button1......etc
Or should I be using some other method?