The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ic2 on March 26, 2007, 03:47:57 AM

Title: Mem Info Help
Post by: ic2 on March 26, 2007, 03:47:57 AM
Hello Everybody

This example shows how much Physical Memory is Available.  It continue to do this even after opening up windows program displaying the new results.

I'm trying to modify it so it will display the Amount of Memory Used for each program that is open and not just the amount of memory that is available.

I want to do this because i am tried of calculating the results by hand.

Could someone show me what i am doing wrong.  You will see my modification beginning with the sub statement.

You may have to slow down the timer.  It calculate the results for me 3 times in the 2nd column, than it stops.  I thought i was get near to getting it right, I did something to it than it did not work at all.

Thanks in advance

[attachment deleted by admin]
Title: Re: Mem Info Help
Post by: ic2 on March 26, 2007, 03:50:49 AM
Here's the Original...

[attachment deleted by admin]