Hello, I developed a program that drawing lines and rectangles from
excel data using .NET 1.1 GDI+.

It works fine normally, but in some computers there's delay drawing
lines and rectangles.

When I move the form, there's blink because of the delay.

The computers have same OS (Windows XP Professional) and same .NET
framework.


Is there any advice for me? Is there someone has same problem?

Please help me out.

Thanks in advance.

Re: Delays in drawing lines and rectangles - .NET 1.1 by cal

cal
Wed Apr 30 14:13:58 CDT 2008

Perhaps you have to redefine/overwrite?! (dont remember exact word)methods
like OnPaint( ), at least I did it for Compact Framework and there it works
fine for mobil devices. I never used them for Win32 so I dont know if it is
possible, Carlos.

"Bluewind" <bluewind44@gmail.com> wrote in message
news:25a0e2b5-83e1-4217-96f4-09bf4c7e7d89@x35g2000hsb.googlegroups.com...
>
> Hello, I developed a program that drawing lines and rectangles from
> excel data using .NET 1.1 GDI+.
>
> It works fine normally, but in some computers there's delay drawing
> lines and rectangles.
>
> When I move the form, there's blink because of the delay.
>
> The computers have same OS (Windows XP Professional) and same .NET
> framework.
>
>
> Is there any advice for me? Is there someone has same problem?
>
> Please help me out.
>
> Thanks in advance.