> -----Original Message----- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Rocky Luthria > Sent: 06 July 2004 11:53 > To: [EMAIL PROTECTED] > Subject: [ADVANCED-DOTNET] Print html page from windows application > > Hi All, > > I have a windows application which builds html and has some > image reference tags to it. I want to print this document > from the windows application without using the browser > control provided by the MS.NET. > > Any solution to the problem...
1. You can write your own HTML parser and print routine... 2. Why don't you want to use the browser control? Depending on your reasons, you could look at http://www.itwriting.com/htmleditor as an alternative. Easy support for print templates. Tim =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com
