U
Uri Dor
Hi,
I'm developing a C# app which allows printing reports. sometimes one
print dialog will initiate a big bunch of reports (hundreds).
I want to give the user some idea of how many reports he's printing now.
I looked for ways to set the title of the PrintDialog, but none
appeared. I even tried CreateParams, but PrintDialog is a sealed class...
any ideas? maybe a 3rd party control? anything?
I'd even settle for a way to know where the PrintDialog appears, so I
can show it modelessly and show another modeless dialog next to it...
I'm developing a C# app which allows printing reports. sometimes one
print dialog will initiate a big bunch of reports (hundreds).
I want to give the user some idea of how many reports he's printing now.
I looked for ways to set the title of the PrintDialog, but none
appeared. I even tried CreateParams, but PrintDialog is a sealed class...
any ideas? maybe a 3rd party control? anything?
I'd even settle for a way to know where the PrintDialog appears, so I
can show it modelessly and show another modeless dialog next to it...