click on the Download
picture on the right, and choose the Visual FoxPro area. Next enter 'capture' (without the quotes) in the Description area and press Enter. You should get back (at least) an entry for:
Print Screens from VFP November 15, 2000 22:56
Print screens and forms directly from VFP using custom classes and DibApi32.dll.
Go to the full information page, and download it by clicking on the hyperlink.
No, I believe his link provides code that simply places the snapshot into the clipboard. You'd then have to paste it into a document and print the document.
Hi
Rick is right. My pointed thread helps to only copy to clip board.
This is also equivalent to Pressing Alt+PrintScreen key which copies the form or screen into the clipboard. Then you have to find the way to copy the ClipBoard content to an appropriate variable or memo field or general field and then send that to printer. As i mentioned, I am interested also in seeing any simple method to get a screen printout. This will help to make documentation easy. I also have elaborate method to capture screen from Web sites and save it to file etc. which in principle should work for this also. But I am also looking for a very simple method.
ramani, in your code what is storing the screen shot image is it the keybd_event or is it the system. I mean would it be as easy as setting the screen capture as the control source of an image thats it isometric
ok i have got a form that when you open it has a richtext control, you can then do a paste event on that, so if you could automate the ctrl + v command you are half way there
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.