On my WinForm application I have a button (printBtn) and I want to print whatever on the form (radios, images, current state) to be printed with the click event.
Would it be possible to get the same dialogue wizard which guides through the process during print such as preview, send to pdf etc.
I am using VS2010 (the express guy) and C# 4.0
Check this thread out: How to print windows form in C# application