I need to change backcolor to multiple buttons(ex. 15 buttons) at once. I mean,I dont want to write the code
" button1.backcolor=color.red " 15 times!! Any ideas?
Use the controls collection. If all your buttons begin with the same prefix (ex btnbuttonname), then it should be fairly simple to check that the control you have is a button and change the backcolor color.