CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Editing forms

  1. #1
    Join Date
    Dec 1999
    Posts
    3

    Editing forms

    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


  2. #2
    Guest

    Re: Editing forms

    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



  3. #3
    Join Date
    Dec 1999
    Posts
    3

    Re: Editing forms

    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




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured