Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy a picture from the clipboard to a general fi
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00511542
Message ID:
00512459
Views:
9
>Hello everybody,
>What is the easiest way to store a picture that is in the "Clipboard" to
>a general field ?
>
>THIS.Thanks("in advance") :-)

The following works for me:
define window dummy from 0,0 to 40,40 nofloat nogrow noclose none
modify general alias.general_field_name window dummy nowait
keyboard "{Ctrl+V}"
keyboard "{Ctrl+W}"
release window dummy
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform