Re: HELP!

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hello Judith,

I dont use win32lib a whole lot anymore but I can give you an
idea what you might look for.....

take this example for instance

if iMsg = WM_CREATE then

pen1 = c_func(xCreatePen,{PS_SOLID, 1, 16777215})

elsif iMsg = WM_PAINT then

junk = c_func(xSelectObject,{hdc, pen1})

If I were to xCreatePen when I had a Paint event
instead of xSelectObject I would eat up all of
my resources very quickly.....

Long story short:

Looking for Pens or Images that are created when
an onPaint event occurs would be my first thought.....

Euman
euman at bellsouth.net


----- Original Message ----- 
From: "Judith" <camping at txcyber.com>
To: "EUforum" <EUforum at topica.com>
Sent: Thursday, October 04, 2001 14:55
Subject: HELP!


> 
> I've been working with Rob Kraybill on the bug he found in IDE. What is 
> happening is all system resources on my computer get used up when there 
> are a lot of controls in IDE. This happens even right after a reboot.
> 
> Can anyone please tell me what kinds of things to look for?
> 
> Thanks,
> 
> Judith
> 
> 
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu