dbTalk Databases Forums  

Getting graphic from Clipboard and storing as JPG

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Getting graphic from Clipboard and storing as JPG in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cy Welch
 
Posts: n/a

Default Getting graphic from Clipboard and storing as JPG - 05-16-2005 , 08:07 PM






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.

--
Cy Welch
Senior Programmer
MetSYS Inc
http://www.metsysinc.com

Reply With Quote
  #2  
Old   
Josh Assing
 
Posts: n/a

Default Re: Getting graphic from Clipboard and storing as JPG - 05-16-2005 , 09:18 PM






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.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.