Resizing a form
-
hello, i want to resize the form programmaticaly within the code. i want to add the height because a button will be visible. how can i make this happen?? the button will be hidden at first and the size will be 100 for instance and then when the user wants the button to be visible i want to make the form more much bigger ex: 150 height from 100! how can i make this pls!! someone help me :D Adrian De Battista
-
hello, i want to resize the form programmaticaly within the code. i want to add the height because a button will be visible. how can i make this happen?? the button will be hidden at first and the size will be 100 for instance and then when the user wants the button to be visible i want to make the form more much bigger ex: 150 height from 100! how can i make this pls!! someone help me :D Adrian De Battista
-
hello, i want to resize the form programmaticaly within the code. i want to add the height because a button will be visible. how can i make this happen?? the button will be hidden at first and the size will be 100 for instance and then when the user wants the button to be visible i want to make the form more much bigger ex: 150 height from 100! how can i make this pls!! someone help me :D Adrian De Battista
You'll probably want to set
Button.Visible = False
while the form is small. That way the user can't tab to the button or press ALT-[Key] to activate it.