2
Reply

how to change a button location during run time?

Dyaa Asfour

Dyaa Asfour

16y
8.2k
0
Reply

    you can do this by using javascript

    for this refere w3cschools.com

    in that javascript

    f k
    15y
    0

    the button has a property Location which return point data type, all what you have to do is to change the location to the new one by giving the new location as follow button1.location = new point(int x, int y);