Print Preview's "Generate Previews" dialog shows in taskbar

SyntaxEditor for Windows Forms Forum

Posted 15 years ago by Thushan Fernando
Avatar
Howdy,

When you do a print-preview, the 'Generating Previews' dialog appears and shows up in the taskbar - had someone complain after they generated a 400 page preview!

Its also got the default .NET Icon set for the window. Is there a way we can stop it from showing in the taskbar?

Thanks,

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thushan,

Our code is only 3 lines that shows the print preview dialog:
PrintPreviewDialog dialog = new PrintPreviewDialog();
dialog.Document = printSettings.PrintDocument;
dialog.ShowDialog();
You can clone that and try and change some options perhaps to hide the icon, etc. However as for the Generating Previews dialog, I'm not sure you'd have any control over that since it may be built into the framework by Microsoft.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.