Sample C# code to take the screenshots the application opened in windows mobile
-
Bitmap bmpScreenshot;
Graphics gfxScreenshot;
bmpScreenshot = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
gfxScreenshot = Graphics.FromImage(bmpScreenshot);
gfxScreenshot.CopyFromScreen(0, 0, 0, 0, bmpScreenshot.Size);
bmpScreenshot.Save(@"\screenshot.bmp", ImageFormat.Bmp);It works fine in windows.But it is showing no extension method like CopyFromScreen in windowsmobile. Would u pls help me out to take screenshot in windowsmobile in C#?
-
Bitmap bmpScreenshot;
Graphics gfxScreenshot;
bmpScreenshot = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
gfxScreenshot = Graphics.FromImage(bmpScreenshot);
gfxScreenshot.CopyFromScreen(0, 0, 0, 0, bmpScreenshot.Size);
bmpScreenshot.Save(@"\screenshot.bmp", ImageFormat.Bmp);It works fine in windows.But it is showing no extension method like CopyFromScreen in windowsmobile. Would u pls help me out to take screenshot in windowsmobile in C#?
A Screen Capture Tool for Windows Mobile 5[^]
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKQUFK[M`UKs*$GwU#QDXBER@CBN% R0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia>
----------------------------------------------- 128 bit encrypted signature, crack if you can
-
Bitmap bmpScreenshot;
Graphics gfxScreenshot;
bmpScreenshot = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
gfxScreenshot = Graphics.FromImage(bmpScreenshot);
gfxScreenshot.CopyFromScreen(0, 0, 0, 0, bmpScreenshot.Size);
bmpScreenshot.Save(@"\screenshot.bmp", ImageFormat.Bmp);It works fine in windows.But it is showing no extension method like CopyFromScreen in windowsmobile. Would u pls help me out to take screenshot in windowsmobile in C#?
There is a Mobile Development forum. You might have done better posting this question there.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”