Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can i move a button at runtime
Keshav Kamat :) India
Hello, You can use the Location property of the control. YourButton.Location = new System.Drawing.Point(x, y); All the best, Martin