Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture the Clipboard with Picture format
Message
From
15/04/1998 15:26:25
 
 
To
15/04/1998 15:22:02
Osmaro Gariando
Michelin Asia Pacific Support Center
Manila, Philippines
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00092241
Message ID:
00092244
Views:
25
>I have a video capturing image and it has an application software an
>as i observed after i capture the image i can paste it using the paintbrush ...
>
>
>I want to capture this image in the clipboard with picture format and save it to vfp table with general field.. Is it posible to paste it directly to my table..
>
>
>
>
>Thank again in advance..
>osmar

Something like this:
select table1 && table contains genearl field 'gen'
go nRecord && move to needed record
define window tmp at 1000,1 size 1,1 && some window on background
modify general gen nowait window tmp
*** paste and save
keyboard '{CTRL+V}'
keyboard '{CTRL+W}'
release window tmp
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform