Printing |
top |
| Title /
Updated |
Author |
Score |
|
|
DataGridView Print/Print Preview Solution - Part I
Updated: 16 May 2009
This article is the first of two articles in which I want to show a solution for the Print Preview of the DataGridView object. One of the goals of my solution is to to print the DataGridView keeping its styles automatically.
C#1.0, C#2.0, C#3.0, .NET, Dev
|
Alessandro Lentini |
5.00 |
|
|
Report Generator
Updated: 11 Oct 2006
A plug-in report generator
VC6, Windows, Dev
|
Johan Rosengren |
4.98 |
|
|
Printing Multiple Pages and Tabular Printing
Updated: 23 Nov 2009
In this article, I will discuss printing of tabular data in multiple pages.
C#, Windows, .NET, Dev
|
tadeze |
4.94 |
|
|
The DataGridViewPrinter Class
Updated: 16 May 2006
A printing class for the DataGridView.
C#, .NET2.0, Win2K, WinXP, Win2003, VS2005, Dev
|
Salan Al-Ani |
4.94 |
|
|
Adding custom paper sizes to named printers
Updated: 11 Nov 2005
Using PIinvoke and marshaling techniques to call the winspool library's AddForm.
C#, Windows, .NET, Visual-Studio, Dev
|
twostepted |
4.92 |
|
|
Quick Print
Updated: 5 May 2006
An easy way to print without the doc/view architecture.
VC6, Win2K, WinXP, MFC, Dev
|
sdancer75 |
4.90 |
|
|
WPF Print Engine: Part I
Updated: 27 Aug 2011
WPF Print Engine makes it easier for .NET developers working with WPF applications to leverage printing facility.
C#, Windows, .NET, XAML, WPF, VS2010, Architect, Dev
|
Saraf Talukder |
4.88 |
|
|
Keep Your InkJet Print Head Clean
Updated: 4 Jan 2009
A utility that you can use to "exercise" your inkjet printer without wasting a lot of ink or paper
C# (C#3.0), .NET (.NET3.5), Dev
|
John Simmons / outlaw programmer |
4.87 |
|
|
Another DataGridView Printer
Updated: 25 Apr 2011
DataGridView printing encapsulated in a stand-alone object. Very easy to use! Updated to allow printing columns wider than one page.
VB, C#2.0, Windows, .NET3.5, Visual-Studio (VS2005), Dev
|
aureolin |
4.86 |
|
|
Print HTML in C# with or without the web browser control and the print dialog
Updated: 24 Jan 2006
Shows how to print HTML in C# with or without the web browser control and the Windows default print dialog. It also implements the HTMLDocumentClass, IHTMLDocument2, and IHTMLDocument4 interfaces of MSHTML.
C#, .NET, Win2K, WinXP, Visual-Studio, Dev
|
Borun |
4.85 |
|
|
Printing Reports in .NET
Updated: 26 Aug 2008
Using the library presented, you can print reports from C# and other .NET languages
C#, VB, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, Dev
|
Mike Mayer |
4.84 |
|
|
Using the Free CutePDF Writer without User Intervention
Updated: 7 Dec 2009
A C++/MFC class that allows you to use the free CutePDF Writer without user intervention
C++ (VC8.0), Windows (WinXP), MFC, Dev
|
PJ Arends |
4.83 |
|
|
How to print CFormView
Updated: 18 Aug 2003
This article gives two different methods to print CFormView
VC6, VC7, VC7.1, Win2K, WinXP, Win2003, MFC, Dev
|
Tao Hu |
4.82 |
|
|
Printing a Form in a report fashion (release 2.2)
Updated: 26 Oct 2004
Printing a Form in a report fashion
C#, VB, Windows, .NET1.1, VS.NET2003, Dev
|
sylvain2222 |
4.82 |
|
|
Print to TIFF
Updated: 29 Sep 2010
Convert any document to TIFF using a printer driver
C++, Windows, GDI+, Dev
|
Pascal Damman |
4.81 |
|
|
A component that prints any control, including ListViews, TreeViews, DataGridViews, and Forms
Updated: 29 Jun 2006
The ultimate printing component. Use it to print ListBoxes, ListViews, TreeViews, DataGridViews, Forms, TabPages, or even your own UserControls.
C#, .NET2.0, Win2K, WinXP, Win2003, Vista, VS.NET2003, VS2005, Dev
|
Nader Elshehabi |
4.80 |
|
|
Printers and SafeHandles
Updated: 16 Apr 2007
Using SafeHandles to access PrinterInfo and DriverInfo structures.
C#, Windows, .NET2.0, VS2005, Dev
|
quiensabe |
4.79 |
|
|
Setting the default printer programmatically in an MFC application
Updated: 11 Jun 2002
How to change the default printer in MFC and save/restore this setting too/from the registry
VC6, Win2K, WinXP, MFC, Dev
|
Roger Allen |
4.78 |
|
|
A ReportPrinting Framework
Updated: 23 Jul 2010
A Framework to build graphical printing reports with absolute layout based on Mike Mayer's ReportPrinting core library.
C#1.0, Windows, .NET1.1, GDI+, VS.NET2003, Dev
|
ndatech |
4.78 |
|
|
Reading Data Directly from the Printer
Updated: 13 Jun 2006
This article will help you know how to use PJL commands to fetch information from a printer without using the Windows Spooler.Well, this was tested on printers which are connected to LANs and not to personal computers using a parallel port.
C#, .NET1.1, WinXP, VS.NET2003, Dev
|
sandeep Kumtakar |
4.77 |
|
|
Printing of DataGridView
Updated: 31 Jul 2008
This article will print all the records in a datagridview in tabular form
C#2.0, .NET2.0, Win2003, ADO.NET, Architect, Dev
|
Life with .NET |
4.76 |
|
|
Printing Class Library
Updated: 30 Nov 1999
A general purpose printing class library
VC6, Dev
|
Richard Stringer |
4.75 |
|
|
DaReport PrintDocument - a printing utility for .NET
Updated: 20 Apr 2006
A printing utility for .NET.
C#, Windows, .NET1.1, VS.NET2003, Dev
|
Predrag Dukanac |
4.72 |
|
|
Configuring Printer Settings Programmatically
Updated: 30 Nov 2010
In this article, I will describe the method of setting the printer settings and the problems I faced on different OS versions.
C++, Windows, Dev, QA
|
Apriorit Inc, Alexandr Sirenko |
4.69 |
|
|
Printing tips and tricks from the trenches
Updated: 25 Jul 2002
A selection of printing tips and tricks that can help make printing in an MFC application easier
VC6, VC7, Win2K, WinXP, Visual-Studio, MFC, Dev
|
Roger Allen |
4.69 |
|
|
Customizing and Localizing Microsoft ReportViewer .NET - An exact solution
Updated: 11 Feb 2007
An article about How to Customizing and Localizing Microsoft ReportViewer Toolbar
C#, Windows, .NET, Visual-Studio, Dev
|
yincekara |
4.68 |
|
|
Printing with MFC Made Easy
Updated: 1 Dec 1999
Two classes to add advanced print functionality to your MFC application
VC6, MFC, Dev
|
Dan Pilat |
4.67 |
|
|
Line Printer Class in C#
Updated: 26 Sep 2008
A simple C# class for printing on old dot matrix line printers.
C#, .NET, Win32, Dev
|
Antonino Porcino |
4.65 |
|
|
An easy way to customise the default Print dialog in an MFC app
Updated: 16 Jul 2002
A quick and easy way to customise the CPrintDialog object in an MFC application
VC6, VC7, Win2K, WinXP, MFC, Dev
|
Roger Allen |
4.63 |
|
|
A floating-point Margin structure, now with TypeConverter
Updated: 29 Mar 2007
A Margin structure that can be used in a variety of situations, like layout, drawing and printing. Now comes with a custom TypeConverter and a usage sample.
C#1.0, C#2.0, C#3.0, Windows, .NET1.0, .NET1.1, .NET2.0, .NET3.0, GDI+, VS.NET2003, VS2005, Dev, WinForm
|
AlwiNus |
4.63 |
|
|
Printing without the Document/View framework
Updated: 29 May 2002
Shows how to print without relying on the MFC Doc/View framework
VC6, Visual-Studio, Dev
|
Chris Maunder |
4.62 |
|
|
Ask for, and receive, change notifications from a printer
Updated: 20 Apr 2010
This article is a brief discussion on how to use FindFirstPrinterChangeNotification
C++ (VC6), Windows (WinXP), MFC, Dev
|
DavidCrow |
4.60 |
|
|
A class to print and print preview a DataGrid control
Updated: 6 Apr 2006
A class to add to your application to generate nicely formatted prints from a DataGrid.
VB, Windows, .NET1.1, VS.NET2003, Dev, WinForm
|
Duncan Edwards Jones |
4.58 |
|
|
Kube Receipt Printer
Updated: 30 Mar 2009
In this article, I wish to show how it’s possible to use an XML file as a Command file to drive a custom Kube printer. In detail, the goal of the project is to use the printer with native commands (escape sequences) for best performance, but creating the layout through a simple XML file.
C#, XML, .NET, Dev
|
Alessandro Lentini |
4.57 |
|
|
DataGrid Printing Class v1.0b
Updated: 31 May 2005
A DataGrid printing class.
VB, Windows, .NET1.1, VS.NET2003, Dev
|
Nidhi S |
4.56 |
|
|
Getting the printer's REAL margin bounds in .NET
Updated: 1 Jul 2004
The .NET printing classes don't take into account the printer's physical margins. This class fixes this problem, so your printed pages will be using the correct margins.
C#, Windows, .NET1.0, .NET1.1, VS.NET2003, Dev
|
Philippe Leybaert |
4.56 |
|
|
EMF Printer Spool File Viewer
Updated: 21 Aug 2006
A viewer application for EMF format spool files.
C++, VB, .NET1.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, GDI+, Dev
|
Duncan Edwards Jones |
4.55 |
|
|
Monitoring a Printer Queue from VB.NET
Updated: 2 Jun 2009
How to monitor a printer queue from Visual Basic .NET
VB, .NET1.0, .NET1.1, Win2K, WinXP, VS.NET2003, Dev
|
Duncan Edwards Jones |
4.53 |
|
|
Extending C# PrintDialog - Part I
Updated: 17 Dec 2006
An extended C# PrintDialog with topmost capability.
C#1.0, Windows, .NET1.1, VS.NET2003, Dev
|
Christopher Tan |
4.52 |
|
|
Simplified .NET Printing in C#
Updated: 12 Jan 2005
Uses a RichtextBox to cache our text for printing.
C#, Windows, .NET1.0, Dev
|
Dave Brighton |
4.52 |
|
|
LitePrint
Updated: 23 Jul 2007
Printing without the doc/view architecture
C++, Windows, Visual-Studio, MFC, Dev
|
Ivan Markovic |
4.50 |
|
|
A simple approach for controlling print jobs using WMI
Updated: 1 Apr 2004
A simple approach for controlling print jobs using WMI.
C#, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, Visual-Studio, Dev
|
Jagan Mohan |
4.50 |
|
|
How to print the content of a Rich Edit Control
Updated: 26 Dec 2002
Rich Edit controls are great until you want to print the output. Help is at hand
VC6, VC7, Win2K, WinXP, MFC, Dev
|
Roger Allen |
4.50 |
|
|
Structured Print Document utility
Updated: 10 Apr 2006
A set of classes for creating structured documents.
VB, Windows, .NET, Visual-Studio, Dev
|
Duncan Edwards Jones |
4.45 |
|
|
Port Monitor: How to Receive the Number of Document Copies During the Printing
Updated: 18 May 2010
In this article, we will examine a problem of receiving the correct value of the dmCopies variable in the DEVMODE structure while printing from Microsoft Word 2003.
C++, printing, file
|
Denys Podymskyy, Apriorit Inc |
4.44 |
|
|
PDF Writer
Updated: 16 Mar 2006
An article on using the Virtual Printer Method to create a PDF writer.
VC7.1, Win2K, WinXP, MFC, VS.NET2003, Dev
|
ben688 |
4.43 |
|
|
Printing support functions
Updated: 6 Feb 2000
Two methods for obtaining consistent output between printers.
VC6, Visual-Studio, MFC, Dev
|
Michael A. Barnhart |
4.42 |
|
|
Basic Text and Image Printing
Updated: 17 Aug 2007
This article will teach you the basics of printing text and graphics with the PrintDocument, PrintDialog, PrintPreview, and PageSetup controls.
VB, .NET2.0, WinXP, VS2005, Dev
|
MatrixCoder |
4.38 |
|
|
Printing Architecture
- Unedited
Updated: 30 Nov 2004
This article explains about the components of printing architecture.
C++, Windows, Visual-Studio, Architect, Dev
|
Bodapati Venkat |
4.36 |
|
|
A line printer class
Updated: 22 Nov 1999
A handy way to write to a line printer
VC6, Dev
|
Richard Warg |
4.34 |
|
|
The Windows NT print spool shadow file format
Updated: 2 Mar 2005
Describes the (undocumented) layout of the .shd file.
C++, Win2K, WinXP, Win2003, Visual-Studio, Dev
|
Duncan Edwards Jones |
4.29 |
|
|
Printing the .NET TreeView Control
Updated: 25 Jan 2007
A class to handle printing a .NET TreeView control.
C#, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, VS.NET2003, VS2005, Dev
|
Mark Pitman |
4.27 |
|
|
Finding Printers in a Network
Updated: 26 Feb 2003
Enumerate printers in a network, sending/printing a file on them.
VC6, Win2K, WinXP, MFC, Dev
|
G. Steudtel |
4.24 |
|
|
An LPR client in C#
Updated: 27 Dec 2006
An article on printing with LPR in C#.
C#, Windows, .NET, Visual-Studio, Dev
|
rob tillaart |
4.21 |
|
|
Setting Crystal Report Margin at Runtime
Updated: 22 Feb 2008
This article discusses how you can create a dynamic Crystal Report and set its Margin at runtime.
VB, .NET (.NET2.0)
|
altafsagar |
4.20 |
|
|
Easy to use class for ScreenCapture to printer
Updated: 9 May 2004
A class for easily capturing screen and printing to default printer.
VC6, VC7, Win2K, WinXP, MFC, Dev
|
Albert Hermann |
4.18 |
|
|
Print Bitmaps without Doc/View Framework
Updated: 6 Jul 2000
How to print a user-drawn bitmap without relying on the Doc/View's functions.
VC6, Win2K, Visual-Studio, MFC, Dev
|
Weimin Chen |
4.17 |
|
|
Extending C# PrintDialog Part II
Updated: 18 Dec 2006
Printing Odd/Even pages in C#
C#1.0, .NET1.1, WinXP, Visual-Studio, Dev
|
Christopher Tan |
4.07 |
|
|
Printable Reports Library for Windows Forms
Updated: 3 Jun 2007
An article on generating printable reports with C#.
C#, Windows, .NET, Visual-Studio, GDI+, Dev
|
Behzad Gorimar |
4.06 |
|
|
How to print text in C#
Updated: 20 Apr 2005
How printing works in Multipad, a Notepad clone.
C#, Windows, .NET1.1, .NET2.0, Visual-Studio, GDI+, Dev, WinForm
|
Mike Finnegan |
4.06 |
|
|
A Simple Printing Mechanism
Updated: 16 May 2000
Learn how to implement print support in your applications.
VC6, Visual-Studio, MFC, Dev
|
Joseph M. Newcomer |
4.05 |
|
|
Printing to Excel
Updated: 20 Apr 2002
This article shows how to send data to Excel instead of a printer.
VC6, VC7, Win2K, WinXP, MFC, Dev
|
Franz Maerzinger |
4.00 |
|
|
Example of how to print a long CString across multiple pages of output using the MFC print architecture
Updated: 19 Jun 2002
An example project of how to break up a long string that you want to print across multiple pages
VC6, VC7, Win2K, WinXP, MFC, Dev
|
Roger Allen |
4.00 |
|
|
How to Print Invoice using VB6?
Updated: 13 May 2011
Using Data Report and VB6 code to design and print Invoice
VB6, ADO
|
Mostafa Kaisoun |
4.00 |
|
|
Print a WinForms User Control
Updated: 20 Apr 2009
Here's how to print your custom user control on a full page.
C#, .NET1.1, .NET2.0, .NET3.0, .NET3.5, VS.NET2003, VS2005, VS2008, Dev, WinForm
|
tystent |
4.00 |
|
|
Object-oriented Printing with Inka, Part 1
Updated: 27 Feb 2009
The basics of Inka, an open source printing component
VB9.0, .NET3.5, Dev, WinForm
|
Artem Smirnov |
4.00 |
|
|
A printf implementation in C#
Updated: 26 Jan 2009
This article describes an implementation of printf using C#.
C#, Windows, .NET, Visual-Studio, Dev
|
Richard Prinz |
3.99 |
|
|
Printing Documents from C# using OpenOffice Writer
Updated: 7 May 2008
Simple printing solution based on OpenOffice suite
C#, Windows, Office, Dev
|
psonek |
3.97 |
|
|
A Single Page Printing Framework
Updated: 1 Feb 2000
A Single Page Printing Framework
VC6, MFC, Dev
|
James Archer |
3.97 |
|
|
Getting the location of a printer device
Updated: 2 Dec 1999
Getting the location of a printer device.
VC6, Visual-Studio, Dev
|
Dan Pilat |
3.95 |
|
|
Print Windows Forms w/o using API
Updated: 27 Nov 2008
Print Windows Forms using 100% managed code
C#, .NET1.0, .NET1.1, WinXP, Dev
|
Jodoveepn |
3.93 |
|
|
Printing double values with a precision, derived from the given error-bound
Updated: 14 Nov 2006
In this article, we will consider one way of printing double values with a precision derived from the given error-bound.
C++, C, Windows, Visual-Studio, Dev
|
Dr. Ivan S Zapreev |
3.89 |
|
|
Printing Collections
Updated: 27 Mar 2005
This article describes a framework for printing collections using .NET reflection.
C#, .NET1.1, WinXP, VS.NET2003, Dev
|
Meir Bechor |
3.80 |
|
|
An absolute beginner's guide to printing in .NET
Updated: 11 Jul 2008
Introduces and discusses the Common Language Runtime framework classes used in printing from a .NET Windows Forms application.
VB6, C# (C#1.0, C#2.0, C#3.0), VB (VB7.x, VB8.0, VB9.0), .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0), Dev, WinForm
|
Duncan Edwards Jones |
3.70 |
|
|
A customizable printing text class
Updated: 2 Jun 2006
A text document printing class that adds customizable header, footer, and line numbers to your printed text. The text can also be printed using three different styles.
C#, .NET1.1, Win2K, WinXP, VS.NET2003, Dev
|
Alberto Ferrazzoli |
3.67 |
|
|
Form Print Control
Updated: 21 Jan 2009
An extender control to make printing a form quick, easy, and flexible.
C# (C#1.0, C#2.0), VB8.0, VB9.0, .NET2.0, Win2K, WinXP, Win2003, Vista, VS2005, Dev, WinForm
|
Duncan Edwards Jones |
3.63 |
|
|
All about PrintForm component 1.0
Updated: 30 Jun 2007
How to print a Form in VB.NET using the Printform Component. Describes the various ways with examples on how to customize the printed output according to your need.
VB6, .NETCF, Mobile, .NET1.0, .NET1.1, .NET2.0, WinXP, Vista, TabletPC, VS.NET2003, VS2005, Dev, WinForm
|
vridhichowdhry |
3.58 |
|
|
Printing Word Documents in C#
Updated: 15 Jul 2005
Printing documents using Microsoft Word and C#
C#, Windows, .NET, Office, Visual-Studio, Dev
|
tartanmonkey |
3.54 |
|
|
Method for Printing an OWC11 Chart from VB.NET
Updated: 4 Sep 2008
Printing an OWC chart from a Windows.Form in VB.NET
VB, Windows, .NET, Dev
|
jameshart |
3.33 |
|
|
Print ListControl data in the form of a grid on multiple pages
Updated: 14 Jan 2005
Printing the data of a CListCtrl on multple pages in the form of a grid.
VC6, VC7, VC7.1, Win2K, WinXP, Win2003, DotGNU, Visual-Studio, MFC, Dev
|
sunil samineni |
3.29 |
|
|
QedPrinter - Quick & Dirty Printer: Printing from C#, using WordPad as the print "engine"
Updated: 11 Jul 2005
This article describes a class to quickly implement printing with C# (i.e. yet another .NET printing utility), using the ubiquous Windows program WordPad.exe as its print engine.
C#, Windows, .NET, Visual-Studio, Dev
|
Ilíon |
3.26 |
|
|
Print a bitmap full page
Updated: 16 Dec 2005
Print a bitmap full page.
VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, Win2003, Dev
|
Niek Albers |
3.26 |
|
|
How to Check if your Printer is Connected, using C#
Updated: 10 Feb 2004
Make sure you check your printer's offline status before printing. This article shows how to do just that.
C#, .NET, Win2K, WinXP, Win2003, Visual-Studio, Dev
|
zeddy |
3.18 |
|
|
Set up/change printer orientation and select paper type/size
Updated: 20 Nov 2005
Changing printer orientation and paper type at run time.
VC6, VC7, VC7.1, Win2K, WinXP, Visual-Studio, MFC, Dev
|
AlexEvans |
3.09 |
|
|
HP PCL PCL5 Printing
Updated: 22 Apr 2005
HP PCL PCL5 printing in C#.
C#, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, Vista, VS.NET2003, Dev
|
fhunth |
3.00 |
|
|
Printers and SafeHandles (Part 2)
Updated: 16 Apr 2007
Using SafeHandles to monitor a printer.
C#2.0, Windows, .NET2.0, VS2005, Dev
|
quiensabe |
3.00 |
|
|
POS Printing: The Easy Way
Updated: 16 Sep 2010
VB6 Printer object supports printing to POS printers too. In this article, we will see Why and How.
VB (VB8.0, VB.NET), WinForm
|
PeaceTiger |
3.00 |
|
|
Set Default Printer based on the Network that the System Connected
Updated: 27 May 2008
Set Default Printer based on the Network that the System Connected
C#2.0, .NET2.0, VS2005, Dev
|
Bappi M Ahmed |
2.86 |
|
|
Monitor jobs in a printer queue (.NET)
Updated: 8 Jan 2010
This article demonstrates monitoring a printer queue for job status changes.
C#3.0, .NET3.5, Win32, Dev
|
raelango |
2.84 |
|
|
Choosing a printer when printing from Crystal Reports in C#
Updated: 7 Dec 2005
How to choose a printer when printing from Crystal Reports in C#.
C#, .NET, WinXP, Visual-Studio, Dev
|
Le Minh Dat |
2.73 |
|
|
Simple Printing in .NET
Updated: 26 Apr 2008
Simple printing sample without Crystal report and non-databinding in design time using .NET
C#, Windows (WinXP, Win2003), .NET (.NET2.0, .NET3.0, .NET3.5), VS.NET2003, VS2005, VS2008, Architect, Dev, Design, WinForm
|
Senthil S |
2.41 |
|
|
Rich Text Drawing, Printing Preview and Printing to Paper (GDI only)
Updated: 20 Mar 2006
To help you build Rich Text Drawing, Print Preview, Printing to paper support report application quickly and easily, includes source code
C++, Windows, Visual-Studio, GDI, Dev
|
kellyonlyone |
2.14 |
|
|
How to show a popup window for printer properties
Updated: 7 Jun 2006
This article introduces a method to show a popup window for printer properties.
C#, Windows, .NET, Visual-Studio, Dev
|
greater@inbrein.com |
1.89 |
|
|
Simple way to get the name of the paper a printer supports
Updated: 19 Jan 2005
Use DeviceCapabilities function to get the paper name of a printer.
VC6, Win2K, MFC, Dev
|
_anil_ |
1.69 |
|
|
Print Using the Windows Fax and Picture Preview
Updated: 17 Jan 2007
Calling the Windows Print and Fax Viewer from a shell command is an elegant way to solve most of your .NET image print issues.
VB, .NET, WinXP, Visual-Studio, Dev
|
dmm12 |
1.40 |
|
|
WordWrap with PrintDocument
Updated: 25 Jul 2007
Code to ensure word wrapping in a PrintDocument object.
VB8.0, Windows, .NET2.0, VS2005, Dev, WinForm
|
Greg Osborne |
|
|
Printing - Print Preview |
top |
| Title /
Updated |
Author |
Score |
|
|
DataGridView Print/Print Preview Solution - Part II
Updated: 18 Jun 2009
This article is the second one of two articles in which I want to show a solution for the Print Preview of the DataGridView object. One of the goals of my solution is to print the DataGridView keeping its styles automatically.
C# (C#1.0, C#2.0, C#3.0), Dev
|
Alessandro Lentini |
5.00 |
|
|
An Enhanced PrintPreviewDialog
Updated: 2 Oct 2009
A PrintPreviewDialog that is faster and better looking than the standard one
C#, VB, .NET (.NET2.0), Dev, WinForm
|
Bernardo Castilho |
4.98 |
|
|
An Enhanced PrintPreviewDialog
Updated: 23 Apr 2009
An enhanced PrintPreviewDialog with better look, localization, auto page numbers, and additional text.
C#2.0, .NET2.0, Win2K, WinXP, Win2003, Vista, .NET3.0, .NET3.5, Dev, WinForm
|
Vincenzo Rossi |
4.95 |
|
|
Using CRgn with print preview
Updated: 3 Nov 2003
CRgn objects need translating, to work correctly in print preview.
VC6, VC7, VC7.1, Win2K, WinXP, Win2003, Visual-Studio, MFC, Dev
|
Roger Allen |
4.94 |
|
|
Print Previewing without the Document/View Framework
Updated: 26 Nov 1999
Want to preview your printing without relying on the doc/view framework?
VC6, Dev
|
Koay Kah Hoe |
4.87 |
|
|
MFC Print preview extension DLL for dialogs
Updated: 26 Dec 2002
An MFC extension library, so your dialogs can have easy print/print preview support.
VC6, Win2K, WinXP, MFC, Dev
|
Roger Allen |
4.74 |
|
|
RichTextBoxDocument
Updated: 3 Oct 2009
A PrintDocument class for printing and previewing RichTextBox controls
C#, Dev
|
Bernardo Castilho |
4.69 |
|
|
MultiPage PrintPreview enhancements for MFC Doc/View applications
Updated: 27 Apr 2002
How to improve the standard MFC print preview options to allow preview of from 1 to 9 pages at a time
VC6, VC7, Win2K, WinXP, MFC, Dev
|
Roger Allen |
4.65 |
|
|
Localizing print preview
Updated: 4 Jul 2004
Draw your print preview buttons in your customers' language
VC6, Windows, Dev
|
Edwin Brunner |
4.53 |
|
|
Very Simple Print Preview without the Doc/View architecture
Updated: 9 Aug 2001
A very simple way of displaying a print preview in a simple window
VC6, MFC, Dev
|
Danang Suharno |
3.75 |
|
|
Printing a datagridview in C# .NET 2.0
Updated: 6 Nov 2009
This article demonstrates the printing of a datagridview
C#, Windows, Dev, WinForm
|
Amey Deshpande |
3.57 |
|
|
Printing framework
Updated: 22 Nov 2003
Simple framework for text and graphic Printing/Previewing
VC6, Win2K, WinXP, Win2003, MFC, Dev
|
Thomas Montembault |
3.30 |
|
|
Solution to the preview problem while playing a metafile in a CPreviewDC
Updated: 26 Jan 2005
Playing a Metfile into a CPreviewDC in print preview can cause further drawing operations to not work correctly.
VC6, Windows, Dev
|
Roger Allen |
2.14 |
|