I am not sure if you can change the window's dimensions as you want(maybe with some API calls).
If you want to maximize the form, set the form's property "WindowState" or "State" to vbmaximized.
If you want to show the form in fullscreen mode, set the form's property "WindowState" or "State" to vbmaximized, and set the borderstyle to NONE.