Hello everyone, I have the following situation:
The computer i use to develop sometimes is getting very slow and the ram memory goes to 100%. I want to know if using visual basic 6, or visual basic net, or visual basic script, there is a way to clean ram memory, not the memory the program is using but the memory in general.
I have 2 gb of RAM memory in the computer.
I tried already the famous VBS
FreeMem=Space(2048000000)
but on windows 7 is not working,
so i want to know if there is a quick code to do this.
Thanks