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:
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,
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:
I\'m getting a strange exception from the following code: var printDialog = new PrintDialog(); printDialog.ShowDialog();
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
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