Hi,
You may want to have a look at IE automation.
By That I mean, in your C# Windows Application, you can use the real IE to display pages and so forth.
What you have to do is to open the IE automation, make it load your html page, and then ask it to print.
All this can be done via C# in a transparent way for the user, thus you don't have to redevelop a full web browser just to print a page.
Just look at IE Automation C# in your favorite Search Engine, you will find lots of usefull bits.
Cheers,
Julien
Main Topics
Browse All Topics





by: armoghanPosted on 2004-11-03 at 02:21:23ID: 12481541
see the following example for printing. This is a clone for IE in VB.NET ode.com/vb /scripts/S howCode.as p? txtCodeI d=1953&lng WId=10
http://www.planet-source-c