A way to resize a form with buttons.
A way to resize a form with buttons.
Rate A way to resize a form with buttons.
(2(2 Vote))
command1_click
form1.height = form1.height + 50
command2_click
form1.height = form1.height - 50
command3_click
form1.width = form1.width + 50
command4_click
form1.width = form1.width - 50
A way to resize a form with buttons. Comments
No comments yet — be the first to post one!
Post a Comment