Visual Basic 2005 Express Edition:
My debugging sessions have been going fine, suddenly my Form1 is HUGE!
My screen mode is still 1024x768, but, my Form1 is greatly enlarged - like it is in 800x600 mode.
I don't know how that happened!
I compared the Properties of my Form1 with the Properties of Form1 in a new application and they are the same!

Suddenly my Form1 is HUGE!
Sandipan Deb
Send me your telephone number.
Or, I could send you my 800 number.
cosmic4z
Size is 1024x768 in Form1 Properties window.
But, I am unable to see the entire Form1, even with the scroll bars all of the way down.
BeeNeeB
Well, you lose some to the task bar along the bottom. Try 800, 600 and then size up from there, if you need to.
PavelBx
Well, if you stretch it out so that it's huge, it will of course be huge when you run it. You can select the text boxes from the drop down above the property list, and you can then set the position of the text boxes in the property list, and then move them about from there, if they are currently at some ridiculous position.
Tynman
If by Task Bar Icon, you mean the very upper left corner, Maximaize is greyed out, I can only select Minimize or Restore, neither of which helps the problem.
My form1 size in the Properties window is now 1292 x 1036 and I still cannot see the 4 textboxes at the bottom of my form.
Vivek Puranik
// My form1 size in the Properties window is now 1292 x 1036
You're changing it to 800, 600 in the properties and it changes itself
The fact that it's greyed out means it's maximised.
mirolslaw
Something is very wrong. If you set it to Normal and set the Size property to 800x600, you should certainly be able to see it. If you right click on the task bar icon, you can select Maximized. What happens if you do this, can you see it all
Windows X
My form was set to start Maximized.
I tried changing it to "Normal", but, that did not help.
I changed my screen resolution to the maximum of 1280x1024, and I could see more of my form1, but, still not all of it by a longshot.
Dalton D. Franklin
Ah - I see. You've dragged the form size out in the design view, and so now it's the size that you asked for. There's a size property in the designer properties, you can type 1024, 768 or something and the form will resize, and then that will be the new default size.
Michael V
How do you mean Your buttons all got bigger Your form is bigger than the screen Does it just happen Does it happen right away There are two applications here - why
danidin
I had it at 800 x 600 and that didn't help anything.
I tried stretching form1 by dragging the corner until it got to 1292 x 1036, but, I still could not see the TextBoxes at the bottom of the form. i think that I lost them, somehow, and I will have to re-add them to the form.
ieuuk
My form is bigger than the screen.
In order to see if something was wrong with my Form1 Properties, I tried running a second instance of Visual basic and loaded a "New" application. Then I could compare the Properties windows side by side. That didn't tell me anything.
When I am running Debug, there are no scroll bars, so, I am unable to see the entire form.
When I am in Form1.vb [Design], Form1 is also HUGE, so the problem is there as well as when I run Debug. I am unable to see the entire form in Form1.vb [Design] mode either.
So, the problem is now continuously there. It doesn't "happen", but, at some point it happened!
bsmhis
Is your form set up to start maximised Are you sure you're setting the size property and that you're running at 1024x768
Eswede
I changed the size to 800 x 600 in Form1 Properties and it didn't seem to change anything.
The problem is still there.