Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hashtable, enumerator, etc Pin
Judah Gabriel Himango18-Mar-04 8:51
sponsorJudah Gabriel Himango18-Mar-04 8:51 
GeneralRe: Hashtable, enumerator, etc Pin
Heath Stewart18-Mar-04 8:59
protectorHeath Stewart18-Mar-04 8:59 
GeneralRe: Hashtable, enumerator, etc Pin
Judah Gabriel Himango18-Mar-04 9:23
sponsorJudah Gabriel Himango18-Mar-04 9:23 
GeneralRe: Hashtable, enumerator, etc Pin
Werdna18-Mar-04 11:06
Werdna18-Mar-04 11:06 
GeneralPrint .Net Bitmap with Win32 API Pin
Shaun Becker18-Mar-04 6:42
Shaun Becker18-Mar-04 6:42 
GeneralRe: Print .Net Bitmap with Win32 API Pin
Heath Stewart18-Mar-04 9:08
protectorHeath Stewart18-Mar-04 9:08 
GeneralRe: Print .Net Bitmap with Win32 API Pin
Shaun Becker18-Mar-04 9:32
Shaun Becker18-Mar-04 9:32 
GeneralRe: Print .Net Bitmap with Win32 API Pin
Heath Stewart18-Mar-04 9:40
protectorHeath Stewart18-Mar-04 9:40 
By the time the performance hit for marshaling parameters for P/Invoked method invocation, you probably won't notice a huge difference anyway.

Perhaps a better solution is an N-tier design, one in which reports are generated and placed in a directory where another app (or even if the printer "driver" supports such a thing) is responsible only for printing the queued reports and removing them or backing them up. This would be truly faster so that your reporting app can just worry about generating these reports from the onslaught of all this data without having to wait for the printer queue to free-up after a few pages go in. A good multi-threaded design would help, but eventually you'd have to start blocking for sake of memory and performance.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Print .Net Bitmap with Win32 API Pin
Shaun Becker19-Mar-04 10:28
Shaun Becker19-Mar-04 10:28 
GeneralRe: Print .Net Bitmap with Win32 API Pin
Anonymous18-Mar-04 11:04
Anonymous18-Mar-04 11:04 
GeneralRe: Print .Net Bitmap with Win32 API Pin
Shaun Becker19-Mar-04 10:29
Shaun Becker19-Mar-04 10:29 
GeneralGoogle deskbar Pin
profoundwhispers18-Mar-04 2:40
profoundwhispers18-Mar-04 2:40 
GeneralRe: Google deskbar Pin
Dave Kreskowiak18-Mar-04 3:18
mveDave Kreskowiak18-Mar-04 3:18 
Generalchar conversions. Help! Pin
jbshodan18-Mar-04 2:23
jbshodan18-Mar-04 2:23 
GeneralRe: char conversions. Help! Pin
John Fisher18-Mar-04 3:45
John Fisher18-Mar-04 3:45 
GeneralRe: char conversions. Help! Pin
jbshodan18-Mar-04 12:44
jbshodan18-Mar-04 12:44 
GeneralWebBrowser help Pin
Simon Wren18-Mar-04 1:45
professionalSimon Wren18-Mar-04 1:45 
GeneralRe: WebBrowser help Pin
Dave Kreskowiak18-Mar-04 1:54
mveDave Kreskowiak18-Mar-04 1:54 
GeneralRe: WebBrowser help Pin
Simon Wren18-Mar-04 2:24
professionalSimon Wren18-Mar-04 2:24 
GeneralRe: WebBrowser help Pin
Dave Kreskowiak18-Mar-04 3:25
mveDave Kreskowiak18-Mar-04 3:25 
GeneralRe: WebBrowser help Pin
Heath Stewart18-Mar-04 5:00
protectorHeath Stewart18-Mar-04 5:00 
GeneralRe: WebBrowser help Pin
Simon Wren18-Mar-04 6:10
professionalSimon Wren18-Mar-04 6:10 
GeneralRe: WebBrowser help Pin
Dave Kreskowiak18-Mar-04 7:14
mveDave Kreskowiak18-Mar-04 7:14 
GeneralRe: WebBrowser help Pin
Heath Stewart18-Mar-04 7:17
protectorHeath Stewart18-Mar-04 7:17 
GeneralGetting an Image of a window Pin
T i T i18-Mar-04 1:03
T i T i18-Mar-04 1:03 

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.