Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Print Screens from VFP
Steven Ruhl, CitiMortgage, Inc.
Print screens and forms directly from VFP using custom classes and DibApi32.dll.
Created on
25 years ago
Downloads
4103
File type
Rating
5.00/5.00
General information
Rating:
5.00/5.00 (1 rate) Rate this item
Description
Whats New: I have encapsulated the screen print / capture code into a class library to make it easier to add this functionality to your applications. Two classes are contained in the library. PrintScreen handles printing the desktop or active form. CaptureScreen handles capturing the desktop or active form to Device Independent Bitmaps. See the ReadMe.Txt file for information on how to use the classes. I have changed ScrnPrnt.Zip to include the WinCap32 sample as WinCap32.ZIP. It's up to you now whether you want to unzip it or not. You don't need anything in WInCap32.ZIP to do screen prints or captures. It is included to comply with the license agreement that the entire sample be distributed (see License.TXT).
Created by
Steven Ruhl, CitiMortgage, Inc.

Comments
Add a comment
More downloads created from this member
Steven Ruhl, CitiMortgage, Inc.
This is a VFP 6 version of my Credit Card Number Validation class. It uses the _assign method to make the class almost entirely property driven simplifying the interface. I have added an enhancement that allows you to decide what credit cards you want to accept. A sample form is included to allow yo...
Created on
25 years ago
Downloads
1788
File type
Rating
5.00/5.00
Steven Ruhl, CitiMortgage, Inc.
Validates a credit card number for a correct check digit and length. Determines the type of card based on the number. Does not obtain credit authorization from a clearing house. Use it to validate the number before calling for authoriztion. Supports Visa, MasterCard, Discover, American Expre...
Created on
25 years ago
Downloads
1312
File type