Results 1 to 4 of 4

Thread: First ever memory recoverer in VB; done in less than 1 hour (source code is attached)

  1. #1

    Thread Starter
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    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!
    Attached Files Attached Files
    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

    VB FTP class
    3 page PHP crash course
    Crash Course on DX9 Managed with VB.NET covering basics till terrain creation

  2. #2
    Member
    Join Date
    Aug 2002
    Posts
    49
    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

  3. #3

    Thread Starter
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    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

    VB FTP class
    3 page PHP crash course
    Crash Course on DX9 Managed with VB.NET covering basics till terrain creation

  4. #4

    Thread Starter
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    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.
    Attached Files Attached Files
    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

    VB FTP class
    3 page PHP crash course
    Crash Course on DX9 Managed with VB.NET covering basics till terrain creation

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width