Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
QuestionPrint preview not printing... Pin
Stanciu Vlad31-Mar-06 22:51
Stanciu Vlad31-Mar-06 22:51 
AnswerRe: Print preview not printing... Pin
Ed.Poore31-Mar-06 23:09
Ed.Poore31-Mar-06 23:09 
AnswerRe: Print preview not printing... Pin
Nicholas Butler31-Mar-06 23:45
sitebuilderNicholas Butler31-Mar-06 23:45 
QuestionRe: Print preview not printing... Pin
Stanciu Vlad1-Apr-06 6:39
Stanciu Vlad1-Apr-06 6:39 
AnswerRe: Print preview not printing... Pin
Robert Rohde1-Apr-06 8:44
Robert Rohde1-Apr-06 8:44 
GeneralRe: Print preview not printing... Pin
Stanciu Vlad1-Apr-06 9:00
Stanciu Vlad1-Apr-06 9:00 
AnswerRe: Print preview not printing... Pin
Aaron Dilliard4-Apr-06 11:50
Aaron Dilliard4-Apr-06 11:50 
GeneralRe: Print preview not printing... Pin
Stanciu Vlad5-Apr-06 0:30
Stanciu Vlad5-Apr-06 0:30 
The problem was simple, I was doing a heavy print job, each page lasted for 1 sec to generate and there wore at least 10 pages. The request from the client was to be able to preview what is due to be printed. The solution I approched was this : into the print document I did a lot of heavy work ( the preview looked ok ) and in an inharited printPreviewDialog, on a print request, using reflection, I printed what was in the cache of the dialog (with out calling the document.Print() method again.

I think that the dialog I designed can be usefull, so I intend to create an article based on it, but not now, currently I am time pressed.

PS: thank you for your answer.

protected internal static readonly ... and I wish the list could continue ...

QuestionWindows Desktop Shortcut list Pin
Stephen_Mc31-Mar-06 21:58
Stephen_Mc31-Mar-06 21:58 
AnswerRe: Windows Desktop Shortcut list Pin
Robin Panther31-Mar-06 23:09
Robin Panther31-Mar-06 23:09 
QuestionTreeview add child Pin
thepersonof31-Mar-06 21:56
thepersonof31-Mar-06 21:56 
AnswerRe: Treeview add child Pin
Ed.Poore31-Mar-06 22:04
Ed.Poore31-Mar-06 22:04 
GeneralRe: Treeview add child Pin
thepersonof31-Mar-06 22:10
thepersonof31-Mar-06 22:10 
GeneralRe: Treeview add child Pin
Ed.Poore31-Mar-06 22:18
Ed.Poore31-Mar-06 22:18 
GeneralRe: Treeview add child Pin
thepersonof31-Mar-06 22:27
thepersonof31-Mar-06 22:27 
QuestionApplication logic problem Pin
thepersonof31-Mar-06 21:19
thepersonof31-Mar-06 21:19 
AnswerRe: Application logic problem Pin
Nicholas Butler31-Mar-06 21:33
sitebuilderNicholas Butler31-Mar-06 21:33 
GeneralRe: Application logic problem Pin
thepersonof31-Mar-06 21:39
thepersonof31-Mar-06 21:39 
QuestionPlase help me out !!! Pin
mrkeivan31-Mar-06 20:50
mrkeivan31-Mar-06 20:50 
AnswerRe: Plase help me out !!! Pin
Ed.Poore31-Mar-06 22:09
Ed.Poore31-Mar-06 22:09 
GeneralRe: Plase help me out !!! Pin
mrkeivan31-Mar-06 22:55
mrkeivan31-Mar-06 22:55 
GeneralRe: Plase help me out !!! Pin
Ed.Poore31-Mar-06 23:11
Ed.Poore31-Mar-06 23:11 
GeneralRe: Plase help me out !!! Pin
mrkeivan1-Apr-06 0:24
mrkeivan1-Apr-06 0:24 
GeneralRe: Plase help me out !!! Pin
Ed.Poore1-Apr-06 8:41
Ed.Poore1-Apr-06 8:41 
GeneralRe: Plase help me out !!! Pin
mrkeivan1-Apr-06 9:13
mrkeivan1-Apr-06 9:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.