Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
957 views

how do I do print preview in win32 c++?

I have a drawing function that just takes an HDC. But I need to show an EXACT scaled version of what will print. So currently, I use CreateCompatibleDC() with a printer HDC and ...
3
votes
1answer
58 views

set paper size in print page template in internet explorer

how to set paper size in print template in internet explorer with java script When you use a custom template for printing and previewing with Internet Explorer //printer.pageWidth and ...
3
votes
1answer
674 views

Displaying Print Preview of HTML Document without DocumentViewer

I have a C#/WPF application in which I need to display a print preview for an HTML document -- essentially just like what one would see if looking at a print preview in Firefox or even IE. I know ...
2
votes
2answers
595 views

div background color in print page dont work

i want use a div that have background but if page printed it is view in white . also when i crate a table that <tr bgcolor="#333333"> it is not work too how i can create print page by css and ...
2
votes
1answer
242 views

Print & Print Preview a Bitmap plus a Label with Text in it in c#

I have made a function in my program that will print off bitmaps and a image from a picturebox, but now want to print a label with text in it as well. This is my current code: private void ...
2
votes
1answer
245 views

IE8 hangs on print

IE8 on my system generally prints a page as expected. But for one particular page on the application i am developing, when i choose Print or Print Preview, IE8 hangs indefinitely (This doesn't happen ...
2
votes
2answers
335 views

Close PrintPreviewDialog when ESC is pressed

I'm working on a WinForms application that uses System.Windows.Forms.PrintPreviewDialog to display a Print Preview dialog. When the user presses ESC in that dialog, I'd like to close the dialog. ...
1
vote
0answers
144 views

window.print not printing correctly in Opera, but print preview then file->print works flawlessly; using print css

Unlike a few other articles, this is not an issue with window.print() not working in Opera. It does work. Whether I navigate to File->Print or call window.print(), a print dialog box opens. The ...
1
vote
0answers
109 views

Graphics created from PrintPreview are Portrait instead of Landscape?

I am printing custom pages in C#. When actually printing the document it works correctly, as does displaying it to a dialog (via the same code). When the code is used for PrintPreview the dialog ...
1
vote
1answer
54 views

Handling Print Preview Closing Event in Word

I want to use Word's print preview window for previewing and printing Word documents. I am using code like this (that works well): wordApplication.Visible = true; document = ...
1
vote
0answers
97 views

Print Preview in Oracle SQL Developer

I am using Oracle SQL Developer ver 3.0.04 and realizing that the "Print Preview" menu entry is greyed out. I cannot set any "Print Area" either. It is a standard installaton on Windows XP and I have ...
1
vote
1answer
778 views

C# WinForm PrintPreviewDialog: Print Preview to Display Multiple Labels Per Page

I have a WinForm for creating Labels. It calls a PrintPreviewDialog and displays information using the PrintPageEventArgs in the PrintDocument's PrintPageEventHandler. void Document_Printed(object ...
1
vote
1answer
297 views

C# Print Preview

I am attempting to create a preview of a letter my program automatically prints nightly. I have read a few articles, but still am having trouble understanding. I understand I need to create a ...
1
vote
1answer
318 views

How do I use Firebug with print-preview in Firefox? [closed]

Possible Duplicate: How to see the print media CSS in Firebug? I'm working on a Plone website with plenty of @import and linked CSS and am trying to use the Web Developer Toolbar to show ...
1
vote
0answers
231 views

Infinite loop in IE6 Print Preview

I work on a web application hosted at over a hundred large sites that has as one of its requirements support for Internet Explorer 6 - not supporting IE6 is not an option as the organisations that use ...
1
vote
3answers
483 views

How do I get IE7 to print this <table> properly with columns hidden by CSS?

Note that this only seems to be an issue in Internet Explorer versions 7 and lower. Here's a dumbed-down version of my HTML: <table> <colgroup> <col width="20" class="hidden_col" ...
1
vote
1answer
202 views

is there any good library for printing preview in MFC?

I need to print records in a grid view, and need to preview it before printing. I want to know whether or not there is a strong library for printing preview? And with the library I can change the ...
0
votes
0answers
34 views

Print Preview in wpf

I have tried document viewer control and flow document control for print preview in wpf. But it doesn't working in my case. So how it is possible printpreview in wpf?
0
votes
0answers
60 views

VB.NET Microsoft.Office.Interop.Excel, Print Preview the Entire Workbook

i am using Microsoft.Office.Interop.Excel to export a datagridview and some other infromation to 4 sheets in a workbook in Excel. Everything is working fine and the excel works flawless. My one ...
0
votes
1answer
48 views

C1 Print Preview Dialog disable some save to file options

I am using C1PrintPreviewDialog Is it possible to disable some of the save to file options – for example xls and xlsx exports are not working for me so I would like to hide them from end user until ...
0
votes
0answers
39 views

Print preview issue in ie: loads the screen style first

In IE, print preview loads the style when opened for the second time. From what i see it copies the style of the screen in spite of giving media="print" for the first time. Initially it only used to ...
0
votes
0answers
42 views

Reportview printview by default - ASP.NET

in reporting services, when you set the report page to split in two columns, this action is only visible in printview, printing it, or exporting to pdf. In normal view, the report is presented as one ...
0
votes
1answer
37 views

browser print preview does not have my site logo

On my website. If I do a print preview (with IE9 for example) How does it come that I don't have my site logo in the print preview? Please do not attack if this question already asked (i didn't find ...
0
votes
1answer
104 views

C# PrintPreviewDialog Document set to a TabularReport, but nothing shown

I have a Form with a PrintPreviewDialog and a TabularReport. I also have a DataGridView. I fill a DataView object from my DataBase. Nevermind now how, but it works. When I use my DataView on the ...
0
votes
1answer
118 views

print preview in wpf with telerik document in rich text box

telerik rich text box doesnot support print preview,so im trying to implement print preview but im getting the follwing error Cannot implicitly convert type ...
0
votes
1answer
76 views

print modified web page without displaying it

I'm trying to implement "print this page" on an e-commerce product page. It will be without needless sections like top navigation, footer, add to cart button etc. I want it to work like target.com ...
0
votes
0answers
83 views

Hiding CustomTaskPane instance in Print Preview form (Excel 2007)

I am developing an Excel Add-In which fits to Excel 2007. I am developing in VB.NET using the namespaces Microsoft.Office.Tools.Ribbon and Microsoft.Office.Interop.Excel and it has a Ribbon of its ...
0
votes
0answers
272 views

C#: PrintPreviewDialog using OnPaint does not match WinForm

I've got a form that I am using as the basis for making some custom labels (see my related questions). When I call my PrintPreviewDialog, each Label control is drawn using the Document's ...
0
votes
4answers
453 views

What's the Logic Behind Pagination?

Does anyone know how pagination of a large file works? The actual logic, programmatically, of it? For instance, if you have a very 'long' website, does anyone know the logic behind how the site is ...
0
votes
0answers
137 views

printpreviewdialog + webbrowser

i want to have a print preview dialog which can be shown in taskbar and which can have a custom size. For this i need to use webbrowser control (to print html) and a Print preview control. ...
0
votes
1answer
762 views

wpf print / print preview usercontrol

I have to print to specified printer (price-label printer) some data. Data looks like ean13 barcode, price, item's title, etc I have a few settings what to print in each case. What I want: create ...
0
votes
1answer
282 views

Recommend some C# Printing/Print Preview/Reporting Libraries?

I'm looking to outsource some of my work to a decent library. I'll provide some specifications for the library, and it would be a great help if I could get some references to the type of library I'm ...
0
votes
1answer
1k views

Print & Print Preview a Bitmap in c#

I have made a program that draws on a image on a picturebox and now i want to print and print preview this, but don't know how. Please Help, Thanks EDIT I have tried using print and print preview ...
0
votes
1answer
225 views

Print preview and print only prints a portion of my web page

I have a rather large table data I need to print, but when I go to Print Preview or Print, I only see what's currently visible on the page, and not the entire content of the web page. This happens in ...
0
votes
2answers
2k views

Disabling the Ribbon Bar Except for Reports (Print Preview) In MS-Access

I have a MS-Access 2007 client using a MS-Access 2003 MDB frontend and backend files. Disabling the ribbon bar shuts out some unwanted behavior (such as navigating records... even though I have ...
0
votes
2answers
318 views

Customising the .NET PrintPreviewDialog?

Currently i'm using the PrintPreviewDialog to open a window to preview the printed pages before they are sent to a printer. The problem is though that it first appears very small, at the top left of ...
0
votes
3answers
2k views

How to use Silverlight 4 Beta Print Preview?

One of the Silverlight 4 features listed in a lot of the PDC documents is Print Preview. I've searched for examples on how to use this and found nothing so far. Has anyone got this working yet? Can ...
0
votes
2answers
3k views

Difference between print and print preview events in excel vba

I have some code which intercepts the Before_Print event in excel to make sure that the user has filled in all the required fields before they print the sheet. However, I only want this code to fire ...
0
votes
1answer
666 views

Why does Print Preview show properly formatted pages that won't actually print?

I am writing an app to print formatted data using Visual Studio 2008/C#. I have formatted the data in the fashion that I want it to display. I am using two Print Documents and event handlers, because ...