set proc to gpimage
with CREATEOBJECT("gpimage")
.fromclipboard()
.saveasjpeg("c:\temp\ok.jpg",100)
endwith
http://www.jassing.com/binaries/gpimage.zip
On Tue, 17 May 2005 01:07:51 GMT, Cy Welch <cywelch (AT) yahoo (DOT) com> wrote:
Quote:
I'm wondering if anybody knows of where I can find information about how
to capture a graphic image from the clipboard in VFP8 and then dump it
to disk on the server as a JPG? I can control the filename and all, I
just want to be able to do this to make terminal services
implementations easier on the user. |
---
Remove x's to send.