How can I change the top and left position of a control (say a label) when user click a button?
Thanks
Printable View
How can I change the top and left position of a control (say a label) when user click a button?
Thanks
just set the .Top and .Left properties of the label to wherever you want the label positioned within the buttons .Click event.
for web control, I can't find any property for Top & Left, only has Width and Height