Click here to Skip to main content
16,010,918 members
Home / Discussions / C#
   

C#

 
GeneralRe: Inheriting the bitmap class Pin
em00guy3-Jul-06 6:54
em00guy3-Jul-06 6:54 
AnswerRe: Inheriting the bitmap class Pin
Dave Kreskowiak3-Jul-06 6:53
mveDave Kreskowiak3-Jul-06 6:53 
AnswerRe: Inheriting the bitmap class Pin
User 66583-Jul-06 7:23
User 66583-Jul-06 7:23 
GeneralRe: Inheriting the bitmap class Pin
em00guy3-Jul-06 10:18
em00guy3-Jul-06 10:18 
QuestionPropertyGrid control with dropdown box [modified] Pin
chandler833-Jul-06 5:45
chandler833-Jul-06 5:45 
AnswerRe: PropertyGrid control with dropdown box Pin
leppie3-Jul-06 7:28
leppie3-Jul-06 7:28 
QuestionPausing the print queue to get files from it before they print.. Pin
Abdullah.Ahmed3-Jul-06 5:41
Abdullah.Ahmed3-Jul-06 5:41 
AnswerRe: Pausing the print queue to get files from it before they print.. Pin
Dave Kreskowiak3-Jul-06 7:03
mveDave Kreskowiak3-Jul-06 7:03 
I hope that all your doing is parsing a straight text file. If not, you'll find this to be very nearly impossible to do.

Your other problem is parsing the files in the print queue. Since various print drivers and setups can generate different language for those files, you'll have to write parsers for them to get the data you want. You'll have to identify whats in the file first, then call an appropriate parser, that you have to write.

For example...A dot-matrix printer can handle wither straight ASCII text to print a page, or it can handle the page sent as an image. This would be thousands upon thousand of pieces of data describing the image. You'll have to use some kind of OCR algorithm on the page to get the data you want.

Now, laser printers can complicate the thing even more using various print processors and dataformats, like RAW, Postscript, PCL, EMF, ... Are you going to write parsers for each of these formats??? I doubt it...

Basically, what you want to do just isn't practical. There has to be an exasier way to get the data you want without jumping into this monstrosity...


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionImages in a RichTextBox Pin
Vodstok3-Jul-06 5:39
Vodstok3-Jul-06 5:39 
Questionproblem with datagridview for windows application. Pin
maaran3-Jul-06 5:27
maaran3-Jul-06 5:27 
QuestionHow to create popup pages? [modified] Pin
Arun Hegde3-Jul-06 5:07
Arun Hegde3-Jul-06 5:07 
AnswerRe: How to create popup pages? Pin
em00guy3-Jul-06 6:14
em00guy3-Jul-06 6:14 
QuestionHow to call a method which resides in a class file into my asp.net application Pin
Arun Hegde3-Jul-06 5:00
Arun Hegde3-Jul-06 5:00 
QuestionConverting MP3 to WAV Pin
Hengy3-Jul-06 4:45
Hengy3-Jul-06 4:45 
AnswerRe: Converting MP3 to WAV Pin
Judah Gabriel Himango3-Jul-06 5:30
sponsorJudah Gabriel Himango3-Jul-06 5:30 
QuestionEncription Pin
Nafiseh Salmani3-Jul-06 4:25
Nafiseh Salmani3-Jul-06 4:25 
AnswerRe: Encription Pin
Dave Kreskowiak3-Jul-06 5:22
mveDave Kreskowiak3-Jul-06 5:22 
QuestionRe: Encription Pin
Nafiseh Salmani3-Jul-06 20:01
Nafiseh Salmani3-Jul-06 20:01 
Questiondesigning 'piano roll' control [modified] Pin
davidgale3-Jul-06 4:21
davidgale3-Jul-06 4:21 
AnswerRe: designing 'piano roll' control Pin
Josh Smith3-Jul-06 4:43
Josh Smith3-Jul-06 4:43 
QuestionChanging Fontsizes in Controls Pin
MCSD-Gandalf3-Jul-06 2:33
MCSD-Gandalf3-Jul-06 2:33 
AnswerRe: Changing Fontsizes in Controls Pin
stancrm3-Jul-06 3:28
stancrm3-Jul-06 3:28 
GeneralRe: Changing Fontsizes in Controls Pin
MCSD-Gandalf5-Jul-06 0:52
MCSD-Gandalf5-Jul-06 0:52 
QuestionUsing drag and drop in c# Pin
Phanindra Kumar3-Jul-06 2:00
Phanindra Kumar3-Jul-06 2:00 
AnswerRe: Using drag and drop in c# [modified] Pin
jjansen3-Jul-06 2:06
jjansen3-Jul-06 2:06 

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.