Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save an image from the clipboard
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01349799
Message ID:
01349831
Views:
16
You can use the GDIPlusX library (www.codeplex.com/vfpx)

DO system.app
oBMP = _SCREEN.System.Drawing.Bitmap.FromClipboard()
oBMP.Save("MyImage.bmp", _SCREEN.System.Drawing.Imaging.ImageFormat.Bmp)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform