VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Memory Monitor (Monitor and recover lost memory)

by Lam Ri Hui (26 Submissions)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

Every time when you start an application, the application 'borrows' the memory. When you exit the application, it will sometimes 'forget' to 'return' the memory to the system. Thus, the free memory available on your system will be less until you reboot your system. To over come this problem, you need a program to optimize and recover the 'lost' memory. This code act like a program to optimize and recover lost memory. To create a program to optimize and recover lost memory, you only need 2 API. That is 'GlobalMemoryStatus' to get memory status and 'SetWindowPos' to set the window always on top. Comments are welcomed. Please vote for this code.

Rate Memory Monitor (Monitor and recover lost memory)

Download Memory Monitor (Monitor and recover lost memory)

Download Memory Monitor (Monitor and recover lost memory) (4 KB)

Memory Monitor (Monitor and recover lost memory) Comments

No comments have been posted about Memory Monitor (Monitor and recover lost memory). Why not be the first to post a comment about Memory Monitor (Monitor and recover lost memory).

Post your comment

Subject:
Message:
0/1000 characters