printdialog Questions
5
I have custom control with print toolbar item.when print the control the
dialog is not coming in windows 7 with 64 bit os in other system os working
fine. problem only in windows 7 with 64 bit.
my...
Impregnable asked 17/6, 2011 at 12:39
2
Solved
I'm just starting to learn how to print a window in Java/Swing.
(edit: just found the Java Printing Guide)
When I do this:
protected void doPrint() {
PrinterJob job = PrinterJob.getPrinterJob()...
Sunflower asked 2/6, 2011 at 15:14
3
I have a WPF application, which needs to log out user after 5 min of inactivity.
But if user open a print dialog of any page, and do not touch screen for 5 minutes,
even if I log out user and cle...
Chen asked 24/6, 2013 at 18:8
2
Solved
I want to show the print dialog box before printing the document, so the user can choose another printer before printing. The code for printing is:
private void button1_Click(object sender, EventA...
Yecies asked 13/4, 2013 at 8:39
2
i try to print out the content of my editor:
PrintDialog pd = new PrintDialog();
pd.PageRangeSelection = PageRangeSelection.AllPages;
pd.UserPageRangeEnabled = true;
FlowDocument fd = DocumentPr...
Cramoisy asked 18/9, 2011 at 12:33
8
Solved
In the standard PrintDialog there are four values associated with a selected printer: Status, Type, Where, and Comment.
If I know a printer's name, how can I get these values in C# 2.0?
Academia asked 17/11, 2008 at 17:5
1
I create one page workbook files in eclipse and need to open the print dialog box and print these files off. I understand how to open the print dialog box and everything, i just can't find how to t...
Action asked 23/5, 2013 at 2:19
2
In my WPF application, I am going to print the contents of my ListBox. I want to add a new control to the PrintDialog box to select the number of lines (items) to print.
Is it possible to customiz...
Psia asked 26/3, 2013 at 14:17
1
Solved
I am attempting to change the selected printer of my PrintDialog through code. I am creating an image that needs to be printed, but the size of the image determines which printer should be used. I ...
Domella asked 26/3, 2013 at 16:5
1
Solved
Im using PrinterJob object in order to print my Bufferedimage, I have a BufferedImage which I proccess and send it to Printer job with Paper Format etc, and I cant make it fittable to my card print...
Admittedly asked 6/2, 2013 at 9:21
1
I want to get the name of the printer chosen in Acrobat PrintDialog using SendMessage Windows API.
This is sample code.
static string GetWindowText( hwnd_printDialog_in_Acrobat )
{
int comboBoxC...
Galinagalindo asked 12/9, 2012 at 5:14
3
Solved
When I use the PrintOut method to print a Worksheet object to a printer, the "Printing" dialog (showing filename, destination printer, pages printed and a Cancel button) is displayed even though I ...
Gyatt asked 15/9, 2008 at 21:33
2
Solved
In my WPF app, I have particular Window which contains, amongst other controls, a DocumentViewer.
When this window is opened and loaded, it dynamically builds a FixedDocument with a progress indic...
Laflamme asked 7/9, 2011 at 14:22
1
Solved
Looking for hints, tips and search terms for changing the text on a win32 window from C#.
More specifically, I'm trying to change the text on the print dialog from "Print" to "OK", as I am using t...
Ultramicroscopic asked 19/4, 2010 at 15:36
2
Using the Wpf DocumentViewer control I can't figure out how to set the PageOrientation on the PrintDialog that the DocumentViewer displays when the user clicks the print button. Is there a way to h...
Australia asked 16/6, 2009 at 19:48
1
Solved
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 retu...
Publication asked 16/11, 2009 at 10:27
1
© 2022 - 2024 — McMap. All rights reserved.