How do make a button change the x and y postion of and object such as a label , text box or an picture box.this is what I tryed
Label1.Location = 5,6
value of type 'Integer' cannot be converted to 'System.Drawing .Point'.
Label1.Location = 5,6
value of type 'Integer' cannot be converted to 'System.Drawing .Point'.
Comment