chidambaram
Well-known member
hi everybody,
I want to change the location of a button in a form. How can i do this?
I tried as
button1.location.X = 550
It shows the error as cannot modify the return value of "System.Windows.Forms.Control.Location" because it is not a variable.
how can i rectify this?
Thanks in advance
I want to change the location of a button in a form. How can i do this?
I tried as
button1.location.X = 550
It shows the error as cannot modify the return value of "System.Windows.Forms.Control.Location" because it is not a variable.
how can i rectify this?
Thanks in advance