T
Tharpa Roberts
I'm trying to make a button that will change the location of the form. I
would have thought that the following code would do the trick:
this.Location.X = this.Location.X + 1;
however, this gives me the error:
this.Location.X = this.Location.X + 1;
Any suggestions?
would have thought that the following code would do the trick:
this.Location.X = this.Location.X + 1;
however, this gives me the error:
this.Location.X = this.Location.X + 1;
Any suggestions?