Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image on Clipboard to General Field
Message
De
03/06/1999 17:51:57
 
 
À
02/06/1999 14:51:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00225549
Message ID:
00226284
Vues:
21
>I have an image (BMP) on the clipboard, and I want to
>move it to a general field.
>
>Is their a way to do this without having to save that image to
>a file and then append general the file?
>
>Dave

If the image is already on the clipboard you could:

BROW NOWAIT
APPEND BLANK
KEYB [{CTRL + PGUP}]
KEYB [{CTRL + V}]

or:

SYS(1500, '_MED_PASTE', '_MEDIT')

could also be used.

Dave
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform