this is what i want
i want so when i click on
a button it will move to the location i gave it
and then when i clck on it again it move to another location i gave it
i want so when i click on
a button it will move to the location i gave it
and then when i clck on it again it move to another location i gave it
VB.NET:
[SIZE=2]
Button1.Location = [/SIZE][SIZE=2][COLOR=#0000ff]New[/COLOR][/SIZE][SIZE=2] Point(100, 100)
Button1.Location = [/SIZE][SIZE=2][COLOR=#0000ff]New[/COLOR][/SIZE][SIZE=2] Point(12, 10)
[/SIZE]