G
Guest
Hello,
We are having an unusual issue with a .NET 1.1 Winforms application. There
is one particular Winform within the application that blinks, or quickly
diappears and reappears on the screen, when a Java application is maximized
and sharing the screen with the Winform. It almost looks like a timer, with
each second causing the Winform to quickly disappear and reappear. This only
occurs when the Java application is also sharing the desktop screen with the
Winform. When the Java application is minimized, the Winform stops blinking.
What is interesting is that this is one of three Winforms that are open and
visible from the same Winform assembly, but only one has the blinking issue.
So far we are able to give the users a temporary fix by changing the refresh
rate on their displays to anything, then back to their original refresh rate,
and the problem then completely goes away until the PC is rebooted or logged
out.
I've done some searches, and have found that there are bugs in the
transparency of Winforms, and that setting the Transparency Key property to a
Color usually resolves the issue. I tired this, and it didn't work.
I'm going to try and create a project with just this Winform, to see if I
can recreate the issue. Please let me know if there are any known issues
concerning this, whether there is already a resolution to this problem.
Thanks,
Dave
We are having an unusual issue with a .NET 1.1 Winforms application. There
is one particular Winform within the application that blinks, or quickly
diappears and reappears on the screen, when a Java application is maximized
and sharing the screen with the Winform. It almost looks like a timer, with
each second causing the Winform to quickly disappear and reappear. This only
occurs when the Java application is also sharing the desktop screen with the
Winform. When the Java application is minimized, the Winform stops blinking.
What is interesting is that this is one of three Winforms that are open and
visible from the same Winform assembly, but only one has the blinking issue.
So far we are able to give the users a temporary fix by changing the refresh
rate on their displays to anything, then back to their original refresh rate,
and the problem then completely goes away until the PC is rebooted or logged
out.
I've done some searches, and have found that there are bugs in the
transparency of Winforms, and that setting the Transparency Key property to a
Color usually resolves the issue. I tired this, and it didn't work.
I'm going to try and create a project with just this Winform, to see if I
can recreate the issue. Please let me know if there are any known issues
concerning this, whether there is already a resolution to this problem.
Thanks,
Dave