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
Printable View
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
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