How to move or change the size of a button at runtime in vb.net?
I am using vb.net,is it possible to change the size or place of a button at run time.I meant we can click and drag the button to increase the size or move? could someone help?
Thanks in advance
I'm thinking you'll need to use javascript to manipulate the style attributes of the button object.
width,height for sizing and left,top for location on the screen. Also set the positioning attribute to absolute
Comment