2
Reply

how to change a button location during run time?

Dyaa Asfour

Dyaa Asfour

Aug 27, 2008
8.2k
0

    you can do this by using javascript

    for this refere w3cschools.com

    in that javascript

    f k
    September 07, 2009
    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);

    Dyaa Asfour
    August 28, 2008
    0