Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save an image from the clipboard
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01349799
Message ID:
01349831
Vues:
17
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform