ICeMaN_179
Newcomer
I have made a program that is a simple game, where the user has 3 tries to guess a randomly generated number between 1 and 10, once all 3 tries have been used it displays THE END and sets:
once these are set i want the cursor for those objects to change to the block cursor (circle with a line through it),
how can this be done ?
Visual Basic:
ButGo.enabled = False
TXTInVal.enabled = False
once these are set i want the cursor for those objects to change to the block cursor (circle with a line through it),
how can this be done ?