Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Print Preview Dialog goes behind the main form
posted

 Hi,

    I am using ultraprintpreviewdialog 7.3. In the runtime when i hit the print button dialog is opening but suddenly it goes behind the application. Can anyone tell me how to fix this issue

 

Thanks in Advance

Saravanan Nagarajan

 

Parents
  • 200
    posted

    Hi,

    I have given like this now

             ultraPrintPreviewDialog1.ShowDialog();   

    earlier i was used this,

             ultraPrintPreviewDialog1.Show();     

    it is working fine. Now the dialog doesn't goes behind the form. But i want to know is there any other way to fix this?

     

    Thanks in advance 

     

Reply Children