Results 1 to 2 of 2

Thread: Error unloading forms

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    Atlanta, GA
    Posts
    75
    I am running into occasional problems unloading forms. When running in the environment, I can call "Unload Me" and the form will disappear, but program does not exit out. This problem was solved by (a)removing all With statements or (b)using the End statement. I am not sure why this is necessary. Is there anyone who has found similar problems? Thanks.

    Visual Basic 6.0, Service Pack 3

    Jay

  2. #2
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357

    One possibility

    Unloading all the forms does not necessarily end the program. If there is still some processing going on (some kind of loop, for example) then the program will keep running until the processing finishes, whether the form is loaded or not.

    That may have something to do with it.

    ~seaweed

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