Raed:
I don't know much about this, but hopefully can still help you. In .Net you
can easily interop with win32 native code...all you must do is import the
desired function into your code..
I would tell you that I need to do this to be able to capture the Client
Desktop when an error is occured ,i did what came with link and do
private void Button1_Click(object sender, System.EventArgs e)
{
System.Drawing.Bitmap oBitmap = CaptureScreen.CaptureScreen.GetDesktopImage();
oBitmap.Save("C:\\test.jpg",System.Drawing.Imaging.ImageFormat.Jpeg);
}
the image is black,why?
other question is this possbile to get the client Desktop screeen using the
provide method
GetDC will take a screenshot of the server...since ASP.Net is running on the
Server. I can't think of any methods to get a client-side screenshot short
of using some java applet or active x...
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.