I have created a windows form (visual basic) that allows a user to enter his name, address, phone number and so forth. I would like to print this form, so that the information appears as a text document rather than a screen shot of the form.
Example:
Name: John Doe
Address: 123 Elm
Phone: 555-5555
Any help, hints, suggestions will be very much appreciated. Thank you.
Vijaya KadiyalaPosted Apr 9, 2008, 1:12 PM
Hi,
The only which i can think of is when you want to print store this information in txt file on the local drive and fire a print of that text file.
Thanks -- Vj