Re: Module windows reopen

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Terry Kreft (terry.kreft_at_mps.co.uk)
Date: 07/09/04


Date: Fri, 9 Jul 2004 14:44:34 +0100

VBW not VBP

You can just
    open the VBW file in a text editor
    delete the text
    save the file
    set the read only attribute for the file

--
Terry Kreft
MVP Microsoft Access
"Larry Serflaten" <serflaten@usinternet.com> wrote in message
news:e15gYoVZEHA.2488@tk2msftngp13.phx.gbl...
>
> "Top Spin" <ToppSpin@hotmail.com> wrote
> > Is there a way to force the VB IDE (MDI mode) to remember which module
> > windows were open and their size?
> >
> > For some reason, VB has started opening most or all of the project
> > modules on startup.
> >
> > Is there some setting that I may have changed by mistake?
>
>
> Start fresh, load the project, open all modules and adjust their size.
> Close each module, save the project and close VB.
>
> Now set the project's VBP file to read only.
>
> Now the project should open with all module closed.
>
> LFS