CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Posts
    1

    Creating Free Memory

    Does anyone have any code or know anything about creating a VB app, which can free up windows memory. I know thins can be done, because I have seen some code somewhere before.

    Ian


  2. #2
    Join Date
    Oct 1999
    Location
    CA
    Posts
    91

    Re: Creating Free Memory

    The only way I would know to free memory would be to unload something that you have loaded.

    The code you saw might just have been a comment about removing a bitmap or some other large object from memory to free it up, and not actually freeing up additional space (outside of the vb app.)

    Brewguru99

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