Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there something in the clipboard
Message
De
17/11/2008 03:01:17
 
 
À
16/11/2008 10:56:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01362145
Message ID:
01362251
Vues:
7
>I have a routine to save the clipborded snagit grab to a file and link it to the current record.
>
>Is tehre a way to determine if the clipboard has anythin in it and if it is a png file?
>
>Thanks
>
>
>Peter
Function clipIsImage
   #Define CF_BITMAP           2
   Declare short IsClipboardFormatAvailable In win32api Integer cbformat
   Return IsClipboardFormatAvailable(CF_BITMAP)#0
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform