Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another way to paste the graphic clipboard into general fiel
Message
From
17/05/2006 09:38:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Another way to paste the graphic clipboard into general fiel
Miscellaneous
Thread ID:
01122667
Message ID:
01122667
Views:
79
Hello

I am copying the graphic clipboard into a general field with this:
Create table Test (Test G)
APPEND BLANK
MODIFY GENERAL Test nowait
KEYBOARD "{ALT+E}{S}{DNARROW}{CTRL+ENTER}{CTRL+W}"
{DNARROW} is necessary because a new dialog appears to select .DIB or .BMP

Is it possible to use a more programmatic way like a system variable or Windows API to not depend on these dialogs and keyboard sequences?

TIA

Juan C.
Next
Reply
Map
View

Click here to load this message in the networking platform