A
Angel López
How to do this with Vb.net 2008???
myNumber=1+ Int(Rnd()*90)
text(myNumber).backcolor=vbRed
Tanks
Angel
myNumber=1+ Int(Rnd()*90)
text(myNumber).backcolor=vbRed
Tanks
Angel
Angel López said:How to do this with Vb.net 2008???
myNumber=1+ Int(Rnd()*90) text(myNumber).backcolor=vbRed
How to do this with Vb.net 2008???
myNumber=1+ Int(Rnd()*90)
text(myNumber).backcolor=vbRed
How to do this with Vb.net 2008???
myNumber=1+ Int(Rnd()*90)
text(myNumber).backcolor=vbRed
Cor Ligthert said:Armin,
I hope you don't mind, just your opinion, would it not be better to
use the text
"There are no VB6 control arrays anymore"
Probably like you I think the OP is a classic VB6 user, however
others who never used that can be confused.
You show a true control arrays in your code.
Just writing what I was thinking when I saw your text.