Guest gjnave Posted September 10, 2002 Posted September 10, 2002 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 Quote
*Gurus* Derek Stone Posted September 10, 2002 *Gurus* Posted September 10, 2002 Button1.Location = New Point(45, 0) Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.