There are 5 images. When I click on one I want to change it's borderstyle. Only one image can have a borderstyle = 1 at any time. So how I change the previous image borderstyle back to zero.
Code:If imgCar(Index).BorderStyle = 0 Then imgCar(Index).BorderStyle = 1 Else imgCar(Index).BorderStyle = 0 End If


Reply With Quote
