i wrote a small application that uses the Webgadget. The app takes up approx. 13 MB of RAM. Now what i'm trying to do is:
If the Window is set to invisible (e.g via HideWindow()) i want the Memory to be freed. Most of the 13 MB is used by the WebGadget, i think. Is there a way to unload Gadgets (couldn't find a solution in the forums/docs), or do i have a logical problem? How would you solve that problem?
Baslo wrote:If the Window is set to invisible (e.g via HideWindow()) i want the Memory to be freed. Most of the 13 MB is used by the WebGadget, i think.
If you minimize the window before hiding, it looks a lot better in Windows' Task Manager
Baslo wrote:If the Window is set to invisible (e.g via HideWindow()) i want the Memory to be freed. Most of the 13 MB is used by the WebGadget, i think.
If you minimize the window before hiding, it looks a lot better in Windows' Task Manager
Sorry i missed your post. Works perfectly; when in Systray-Status only 4.5 MB RAM. The revoke is now slower, though.