printdialog
Enable "Current Page" in PrintDialog
Im using a System.Windows.Controls.PrintDialog to let the user print one or more pages from my application. This is what I currently got:[详细]
2023-01-03 00:29 分类:问答C# Windows Forms Print Dialog box click OK twice to respond
I\'m using Visual Studio 2008, .net Framework 3.5 for a Windows forms client-server app that I\'m working on. There is a weird bug when I run the program and try to print. The print dialog box opens,[详细]
2022-12-26 19:49 分类:问答WPF: How can I programatically close a PrintDialog?
How can I programatically close a WPF PrintDialog? I tri开发者_运维技巧ed to call Finalize on it trough reflection, and that does not close it either. Here is what I tried with:[详细]
2022-12-20 19:08 分类:问答PrintDocument.Print() throws a Win32Exception
I\'m getting a strange exception from the following code: var printDialog = new PrintDialog(); printDialog.ShowDialog();[详细]
2022-12-16 02:11 分类:问答WPF Documentviewerbase.Print. Remove dialog box
I am using WPF and the DocumentViewer to display a document. However, when I use DocumentViewerBase.Print, it gives the \"standard\" Windows dialog box asking me to choose a printer with the default a[详细]
2022-12-15 22:16 分类:问答PrintDialog.ShowDialog(this) immediately returns DialogResult.Cancel on Windows 7
An in house application that I\'m developing is behaving strange on a Windows 7 (64 bit) PC. If I create an instance of a PrintDialog, and call it\'s ShowDialog() method, the method immediately retur[详细]
2022-12-11 18:51 分类:问答