I want to change the value of the place where the picturebox goes, so i put:
VB Code:
Private Sub btnReset_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnReset.Click '677,562 pbCar.Location.X(677) pbCar.Location.Y(562) End Sub
Thinking it would cope, it says "Property access must assign to the property or use its value"...
Can anybody help me with what the hell its going on about?




Reply With Quote