Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capture the Clipboard with Picture format
Message
De
15/04/1998 15:26:25
 
 
À
15/04/1998 15:22:02
Osmaro Gariando
Michelin Asia Pacific Support Center
Manila, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00092241
Message ID:
00092244
Vues:
26
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform