Hi Sytze, Many thanks. What is system.app, a VFP app? Where do I download it from please?
Regards John John Weller 01380 723235 07976 393631 > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Sytze de Boer > Sent: 24 November 2009 19:02 > To: [email protected] > Subject: Re: WAIT > > John, here's my code to do a screen shot It requires > system.app (Can be downloaded) > > lcdothis="SYSTEM.APP" > DO (lcdothis) > > Declare Long GetDesktopWindow in Win32API loPicture = > _Screen.System.Drawing.Bitmap.FromScreen(GetDesktopWindow()) > loPicture.Save( > "INFO.Jpg",_Screen.System.Drawing.Imaging.ImageFormat.JPEG) > loPicture.Dispose() > > WAIT WINDOW NOWAIT 'Screen shot saved ...... ' > _______________________________________________ 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/837f699ec6d34695a8b23d6d58260...@wessex1 ** 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.

