Click to See Complete Forum and Search --> : Editing forms


Man Wei
January 3rd, 2000, 11:38 AM
In the VBE and VB environments, when I edit a form, the form is shifted and displayed in the middle of the window. The net effect is that I cannot see the whole form without resizing and because the window doesn't support scrollbars, it limits the size of my form.

Has anyone seen this or know of a fix?

Thanks,

MWT

January 3rd, 2000, 06:42 PM
Sounds like you're in MDI development mode.
Choose Tools>Options>Advanced
check the SDI and hit ok - it will start next time you load the IDE
SDI mode disconnects all the IDE windows - so you can maximize forms and code windows, etc

Man Wei
January 3rd, 2000, 09:17 PM
Thanks for that but actually, for some reason it's OK in VB now but the problem still remains in the VBE IDE for VBA.

Thanks,

MWT