Hello NG,
I had/have a bad flicker Problem with my Application.
On starting some applications, while my app was running, the whole Display
started to flicker. Even the desktop Icons!
Looking for help on this issue, I ran over a anser Linda Liu [MSFT] at :
where I found the following (quick and dirty )solution to the flicker
problem which as describe is a bug in WinForms:
"In addition, The quick and dirty way to avoid most flicker is to use a
transparency key. Pick a color that won't affect your program such as lime
green, or some other ugly color that is not used by anything on your form"
Adding the transparency key to my form solved the flicker problem. No more
flicker at all, BUT:
In my app I am using the ControlPaint.Dr awReversibleFra m(..) method to draw
a "rubberband ".
Now, with the transparency key set, the rubber band is no longer visible!
What can I do to get my rubber band back without having to live with the
flicker?
Thanks for help and hints!
Regards
Rainer Queck
I had/have a bad flicker Problem with my Application.
On starting some applications, while my app was running, the whole Display
started to flicker. Even the desktop Icons!
Looking for help on this issue, I ran over a anser Linda Liu [MSFT] at :
where I found the following (quick and dirty )solution to the flicker
problem which as describe is a bug in WinForms:
"In addition, The quick and dirty way to avoid most flicker is to use a
transparency key. Pick a color that won't affect your program such as lime
green, or some other ugly color that is not used by anything on your form"
Adding the transparency key to my form solved the flicker problem. No more
flicker at all, BUT:
In my app I am using the ControlPaint.Dr awReversibleFra m(..) method to draw
a "rubberband ".
Now, with the transparency key set, the rubber band is no longer visible!
What can I do to get my rubber band back without having to live with the
flicker?
Thanks for help and hints!
Regards
Rainer Queck
Comment