Results 1 to 2 of 2

Thread: Open VB6 on a specific module

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Open VB6 on a specific module

    How do I open VB6 and always open with the module I choose?

    When I am working on a VB project which has multiple modules I would like to open VB each time be at the module page I am working in then later when I am in another module I would that page to be the first one I see.


    Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.

  2. #2
    Default Member Bonnie West's Avatar
    Join Date
    Jun 2012
    Location
    InIDE
    Posts
    4,060

    Re: Open VB6 on a specific module

    After closing your VB project, set its Workspace file (*.VBW) Read-only. When you have opened it later, clear the Read-only attribute. It should now remember whatever module you were last working with.
    On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
    Declare Sub CrashVB Lib "msvbvm60" (Optional DontPassMe As Any)

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