In my error routine I do the following 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() As part of the error routine, give the client the option to email me this (Click Yes and it BLAT's the jpg) This has worked fantastically for me because I capture vital information of the error and display this on screen immediately before above code Sytze On Sat, Oct 10, 2009 at 5:00 AM, MB Software Solutions, LLC < [email protected]> wrote: > Allen wrote: > > On the subject of skype, they issued an sdk and I've tried it in VFP and > it > > works great > > Al > > > Really? Wow...that's great! Post some samples on the Profox downloads > page!!!! http://leafe.com/dls/vfp > > -- > Mike Babcock, MCP > MB Software Solutions, LLC > President, Chief Software Architect > http://mbsoftwaresolutions.com > http://fabmate.com > http://twitter.com/mbabcock16 > > [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.

