Click to See Complete Forum and Search --> : Creating Free Memory


gungey
January 15th, 2000, 11:55 AM
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

BrewGuru99
January 18th, 2000, 03:27 PM
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