Results 1 to 2 of 2

Thread: Optimize Memory Usage

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Lisbon, Portugal
    Posts
    55

    Smile Optimize Memory Usage

    Hi,

    I have a program that works whith images (show, make some effects, etc). This program have a icon on the task bar, and on duble click I show the form.
    I notice that sometimes my program is using large memory (20,30,40... mb), and when I maximize, and them minimize the memory is refreshed (i think) and the memory used passes to 1mb.

    There is any way of clearing any un-used memory ...

    Thanks,

  2. #2
    > Set objects that you won't use anymore to Nothing
    > Instead of hiding forms, Unload them
    > Use JPGs and GIFs for read graphics rather than bitmaps
    .
    .
    .

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