Results 1 to 2 of 2

Thread: Saving and/or Releasing Memory?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2001
    Location
    Southern California
    Posts
    733

    Saving and/or Releasing Memory?

    What are "coding musts" when it comes to saving or freeing up memory in your VB program?

    Thanks,
    Jeff

  2. #2
    Matthew Gates
    Guest
    Basically just unload a form and set it to nothing.
    Or you can set objects to nothing as well.


    VB Code:
    1. Set Form1 = Nothing
    2. Unload Me

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