Ok - several months back in an semi-major code update, forcefore stopped working the way I needed it to.
Here's the routine I ended up using as a replacement, after quite a bit of trial and error. It may be somewhat unique to my circumstance that this works where forcefore didn't. I'm not trying ...
Search found 9 matches
- Tue Jan 29, 2008 1:03 pm
- Forum: Coding Questions
- Topic: How to re-activate my app ?
- Replies: 18
- Views: 11412
- Thu Dec 20, 2007 10:34 am
- Forum: Coding Questions
- Topic: How to lowercase a unicode character?
- Replies: 21
- Views: 4354
Honestly, i didnt know that, but well thats only on the paper.
On Demonstrations (happens quite often here in Berlin) the police just waits for the nazis to start singing this part so they can arrest them. So maybe you cant be punished explicitly for the singing, but for other reasons that relate ...
On Demonstrations (happens quite often here in Berlin) the police just waits for the nazis to start singing this part so they can arrest them. So maybe you cant be punished explicitly for the singing, but for other reasons that relate ...
- Wed Dec 19, 2007 3:02 pm
- Forum: Coding Questions
- Topic: How to lowercase a unicode character?
- Replies: 21
- Views: 4354
- Wed Nov 14, 2007 10:45 am
- Forum: Off Topic
- Topic: Good Freeware Stuff
- Replies: 668
- Views: 677776
- Tue Nov 13, 2007 3:14 pm
- Forum: Coding Questions
- Topic: Freeing Resources from Gadgets
- Replies: 7
- Views: 1978
- Tue Nov 13, 2007 3:06 pm
- Forum: Coding Questions
- Topic: Freeing Resources from Gadgets
- Replies: 7
- Views: 1978
Re: Freeing Resources from Gadgets
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 ...
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 ...
- Tue Nov 13, 2007 2:35 pm
- Forum: Coding Questions
- Topic: Freeing Resources from Gadgets
- Replies: 7
- Views: 1978
- Tue Nov 13, 2007 1:46 pm
- Forum: Coding Questions
- Topic: Freeing Resources from Gadgets
- Replies: 7
- Views: 1978
- Tue Nov 13, 2007 1:07 pm
- Forum: Coding Questions
- Topic: Freeing Resources from Gadgets
- Replies: 7
- Views: 1978
Freeing Resources from Gadgets
Hi,
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 ...
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 ...