GDI Leaks in Compact Framework?

G

Gustavo Curve

Hi,

i've written a small driver application which displays some data recieved
from a measurement device. The values are recieved with virtual serial
communication. When i start the application everthing works fine. But after
some time, the picturebox with which i'm painting the values isn't drawn
anymore. Instead of this, the last bitmap content displayed before stays on
the screen.
I'm using .NET Compact Framework SP3 running on a strong armv4 platform.

My impression is that there might be a GDI+ leaks etc. in .NET causing this.
Has anyone made the same experience? What can i do about it?

Thanks in advance,
Gustavo
 
G

Guest

One more thing: Make sure that you're not updating the UI thread from a
different thread.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top