Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture a portion of the screen - save as bmp
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01521791
Message ID:
01521842
Views:
55
ScreenCapture Library (FLL) for Visual FoxPro
http://www.news2news.com/vfp/?solution=9

Captures images of VFP forms, other windows, and parts of a screen. Saves a captured image to a file - supported formats BMP, JPEG, PNG, TIFF, GIF - sends an image to the clipboard, prints, or opens a preview.

Supports image scaling and clipping. Optionally prints a multiline annotation above a captured image. Allows storing metadata in captured files.

Capturing a part of the VFP main window and placing it on the clipboard (other options: file, printer).
sc_SetClip( 50, 50, 700, 300 )  && left, top, width, height
sc_WindowToClipboard( _vfp.HWnd )
Previous
Reply
Map
View

Click here to load this message in the networking platform