Centering Print Dialog?

  • Thread starter Thread starter Harry Whitehouse
  • Start date Start date
H

Harry Whitehouse

My print status dialog is appearing outside of the context of my
application. How can I center this dialog on the parent?

Also, is there a way to modify the information shown on the print status
dialog?

TIA

Harry
 
Shak --

I've tried

ShowDialog(this)

where I believe that "this" refers to my active form, but that doesn't seem
to do the trick. Can you give me something a bit more specific?

TIA

Harry
 
Back
Top