Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture the form into a bitmap file
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00810032
Message ID:
00810091
Views:
10
With GDI+ image class (file #18584):
If Not "gpImage" $ Set("Procedure")
	Set Procedure To gpImage Additive
EndIf

gdip = CreateObject("gpInit")
img = CreateObject("gpImage")
img.Capture(ThisForm.hWnd)
img.SaveAsBMP("form.bmp")
>Hi Everybody,
>
>I want to capture the content of a form in a bitmap file. How may I do that?
>
>Thank you,
>Ali
Previous
Reply
Map
View

Click here to load this message in the networking platform