Hi Christof Many thanks for this, however I'm unclear what files to include with my app i.e. The code you quoted works when I run this in gdiplus filder, but after I copy the system.prg into my app folder, it s looking for additional files. In other words, to run gdiplus, what files are necessary ?
Many thanks again On Mon, Jul 28, 2008 at 6:19 PM, Christof Wollenhaupt <[EMAIL PROTECTED]>wrote: > 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 > > > [excessive quoting removed by server] _______________________________________________ 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.

