K
Konrad
Hi
When I'am displaying form with
picturebox with large image first
displays caption bar with empty windows
and after secnd or two the picture box
with picture.
How to avoid this lazy displaying?
When program starts I'am using
opacity=0;
and in timer timer_tick
opacity=1;
AllowTransparency=false
and what do to during working of program and switching
windows. How to obtain speed display?
Maybe using WM_SETREDRAW and how to do that?
Thanks
Konrad
When I'am displaying form with
picturebox with large image first
displays caption bar with empty windows
and after secnd or two the picture box
with picture.
How to avoid this lazy displaying?
When program starts I'am using
opacity=0;
and in timer timer_tick
opacity=1;
AllowTransparency=false
and what do to during working of program and switching
windows. How to obtain speed display?
Maybe using WM_SETREDRAW and how to do that?
Thanks
Konrad