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
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
Does the Show or ShowDialog method have another overload? You probably have to pass in the owning window.