I am trying to design a web form in visual basic and i have a problem.I put all the elements(buttons, labels etc) in the place i want.When i run the form i have the option to maximize the screen of the form and when i do this,a blank space appears in the form where there are no elements and all my elements are shown to the left upper side of the form. I can’t see that blank space when i am designing the form. Could you help me how to fix the fix the size?
I tried autosize,autoscroll and size properties but i didn’t fix the problem.
I am trying to design a web form in visual basic and i have
Share
You don’t specify whether it’s VB6 or VB.Net but for once, it doesn’t matter much.
Look at the form property
BorderStyle, and change it to one of the “fixed” options.