G
gjnave
Guest
How do you change an object's location?
When I try this...
Button1.Location.X = 45
it says that it is a value and cannot therefore be the target of an assignment.
This also happens when i try to change the mouse cursors position.
windows.forms.cursor.position.x = 200
Do you know how to do this?
thank you
When I try this...
Button1.Location.X = 45
it says that it is a value and cannot therefore be the target of an assignment.
This also happens when i try to change the mouse cursors position.
windows.forms.cursor.position.x = 200
Do you know how to do this?
thank you