I just created a Database Application for Requesting Parts.
It has several forms, one for the requester, one for the Supervisor Approval, one for the Purchase approval and one for the Clerk to use to know what to order.
Now I am a big fan of paperless, but my employer Really like their paper. Is there an easy way to WYSIWYG duplicate my Windows forms to paper?
I should also add that I am restricted to using the 2.0 .Net framework
Thanks
Here’s a code sample from MSDN that will do what you want:
There are some caveats – there’s no exception checking here, plus you’ll need to be running in full trust in order to use the unmanaged BitBlt API – but this is probably the easiest way to print a Windows Forms form, as long as it is displayed on the screen.