Monday, January 4, 2010

Printing In Winforms

Printing in winform can be done with PrintDocument object...
An other way is using DHTML edit control and printing documents in HTML format(the document may be either a online website or a local file )

Details

sample code--
http://www.codeproject.com/KB/printing/printhml.aspx?msg=1484882#xx1484882xx

comments--
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/thread/1b8548cb-5bb1-49e8-9743-8c1eff5af362

No comments: