VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A way to resize a form with buttons.

by NOOB (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 11th April 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

A way to resize a form with buttons.

Rate A way to resize a form with buttons.



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

Download this snippet    Add to My Saved Code

A way to resize a form with buttons. Comments

No comments have been posted about A way to resize a form with buttons.. Why not be the first to post a comment about A way to resize a form with buttons..

Post your comment

Subject:
Message:
0/1000 characters