Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there something in the clipboard
Message
From
17/11/2008 03:01:17
 
 
To
16/11/2008 10:56:44
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01362145
Message ID:
01362251
Views:
6
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform