Hi,
I am working on a print application, for which the basic requirement is to show print dialog on click of print icon of print preview screen. I tried to get the print click event of print preview screen but couldn't succeeded.Please help
Sandeep
Hi,
I am working on a print application, for which the basic requirement is to show print dialog on click of print icon of print preview screen. I tried to get the print click event of print preview screen but couldn't succeeded.Please help
Sandeep
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
DavePosted Dec 31, 2007, 7:56 AM
Prinitng in C# is easy to learn. But it takes a while to explain. A bit too big for a forum response. So, have a read of this article: http://msdn.microsoft.com/msdnmag/issues/03/02/PrintinginNET/default.aspx
ArshadPosted Dec 31, 2007, 2:18 AM
Hi.just go the HTML of that particular icon on ur page and Add this attribute
onclick="JavaScript:window.print();
It will show the print window
Thanks
Regards
Arshad Khan