Hi Sytze, With GDIPlusX it's just a few lines:
Declare Long GetDesktopWindow in Win32API loPicture = _Screen.System.Drawing.Bitmap.FromScreen(GetDesktopWindow()) loPicture.Save( "Error.Jpg", _Screen.System.Drawing.Imaging.ImageFormat.JPEG ) loPicture.Dispose() Don't forget to get the user's agreement before sending the screen shot, especially with the complete desktop as in the code above. -- Christof _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

