I bet u need a fusion powered shuttle to reach my place...
Posts
963
First ever memory recoverer in VB; done in less than 1 hour (source code is attached)
Hello VBers out there!
Here's some goodies from me to you.
A tool designed to free up your RAM(physical memory) to
whatever level you wish, all in plain simple VB source code!
I've never look at other people's code, all entirely by myself, but
wait till you guyz reply to me then I'll tell you how I find the way
to recover the mems!
Last edited by jian2587; Dec 17th, 2002 at 12:04 PM.
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline
So I consider all those working engineers sad people
There's a little unimportant bug(i think).. if u press the arrows the recover ## memory button doesn't change only if u click on the slide bar it changes
I bet u need a fusion powered shuttle to reach my place...
Posts
963
Yea i know, it's my intention, really. Anyway the slides starts at
zero and so what's the point of clicking it in the beginning when
u actually will free nothing coz' the scroll bar is still zero.
So I never update the caption in the beginning.
How I actually got the idea:
I was running a memory monitor VB source project example by
someone and running another program called rambooster,
when I attempt to recover the memory, I saw the memory
indication bar dropped till zero then went up again.
So I suspect rambooster must be trying to allocate as much
physical memory as possible and then release them all at once.
Then my very own VB memory recoverer was born!
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline
So I consider all those working engineers sad people
I bet u need a fusion powered shuttle to reach my place...
Posts
963
Here's an updated version, fixed a critical flaw in CPU cycle usage
query.
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline
So I consider all those working engineers sad people