I'm having brain fade at the moment which is not good because I would like to acknowledge the guys/esses who developed these gems. I can't be 100% but I know I use it with other things such as foxcharts
Craig Boyd is it? On Wed, Nov 25, 2009 at 9:24 AM, John Weller <[email protected]> wrote: > 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 ...... ' > > > > [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.

