Asked by:
[C#] MirrSharp (DFMirage driver) strange behaviors

Question
-
Hey people I'm having a problem at the moment which is really strange
I downloaded the DFMirage driver and installed it, downloaded the test application MirrSharp and started it
I pressed Load, Connect, Start and all went fine untill I pressed Save, when Saving the file to see how the screen looked like 90% of the screen was only white and only a few parts of it... like buttons and such were showing
I tested it in windows 7 ultimate x64 and in windows xp and in both happend the samething
I did not modify the driver or the MirrSharp project so now I don't know if it's caused by the driver or the MirrSharp application
This is how it looks like in both operating systems
win 7: http://img705.imageshack.us/img705/9524/90994502.png
win xp:http://img521.imageshack.us/img521/4535/captureab.png
Do I need to modify something in the MirrSharp orsomething because the saved screenshots just look horrible
- Moved by Bob Shen Wednesday, April 4, 2012 3:41 AM (From:Visual C# General)
Friday, March 30, 2012 7:39 AM
All replies
-
some one ?...Saturday, March 31, 2012 3:36 PM
-
Maybe you should ask such questions, where they are on topic. At least I do not see a c# related question.
Maybe you want to search google for a support area of that driver/software instead ...
Konrad
Saturday, March 31, 2012 3:51 PM -
can some one remove this thread I fixed the problemSaturday, March 31, 2012 5:03 PM
-
Hi, how did you fix this finally? I think I have the same issue like you. I get red colors on some surfaces. How did you fix it?Friday, March 3, 2017 5:37 PM
-
For those still having this issue, make sure in DesktopMirror.cs GetScreen() method - the output Bitmap's pixel format is Format32bppRgb instead of Format32bppArgb as the alpha channel is empty.Tuesday, January 5, 2021 11:54 PM