Click here to Skip to main content
15,892,746 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerHow to detect UTF-8-based encoded strings Pin
diegosendra24-Jun-13 9:33
diegosendra24-Jun-13 9:33 
SuggestionRe: How to detect UTF-8-based encoded strings Pin
Richard Deeming24-Jun-13 9:51
mveRichard Deeming24-Jun-13 9:51 
GeneralRe: How to detect UTF-8-based encoded strings Pin
diegosendra24-Jun-13 10:30
diegosendra24-Jun-13 10:30 
GeneralRe: How to detect UTF-8-based encoded strings Pin
Roy Heil24-Jun-13 11:08
professionalRoy Heil24-Jun-13 11:08 
GeneralRe: How to detect UTF-8-based encoded strings Pin
diegosendra24-Jun-13 11:15
diegosendra24-Jun-13 11:15 
GeneralRe: How to detect UTF-8-based encoded strings Pin
Richard MacCutchan24-Jun-13 20:33
mveRichard MacCutchan24-Jun-13 20:33 
QuestionCombine Printjobs Pin
tolarion24-Jun-13 2:23
tolarion24-Jun-13 2:23 
AnswerRe: Combine Printjobs Pin
Dave Kreskowiak24-Jun-13 4:05
mveDave Kreskowiak24-Jun-13 4:05 
tolarion wrote:
Somehow it must be possible to combine the jobs


I wouldn't expect it to be possible. Think of it this way. Open a command prompt and type COPY WordDoc1.docx + WordDoc2.docx WordDoc.docx, then try and open the WordDoc.docs file. It's not going to work because each doc has it's own header, formatting tables, tail details, checksums, ... which are now no longer valid.

You'd have to read the job streams, interpret the contents of all the jobs, create a new job, reformat the data from all of the jobs you want to combine into a single job with all the data ini the correct places. For example, you can't have the headers from each job spread throughout the target job. The data for each must be combined into a header that is at the beginning of the job and reformatted so that it makes sense.

Oh, and you'd have to put in the details to tell the printer to staple in the correct place and orientation, because I'm guessing that you didn't tell each job to staple.

In short, doing this is a HUGE undertaking.

GeneralRe: Combine Printjobs Pin
tolarion24-Jun-13 4:46
tolarion24-Jun-13 4:46 
GeneralRe: Combine Printjobs Pin
Dave Kreskowiak24-Jun-13 7:16
mveDave Kreskowiak24-Jun-13 7:16 
GeneralRe: Combine Printjobs Pin
tolarion24-Jun-13 10:02
tolarion24-Jun-13 10:02 
GeneralRe: Combine Printjobs Pin
Dave Kreskowiak24-Jun-13 11:58
mveDave Kreskowiak24-Jun-13 11:58 
GeneralRe: Combine Printjobs Pin
tolarion24-Jun-13 12:24
tolarion24-Jun-13 12:24 
GeneralRe: Combine Printjobs Pin
Dave Kreskowiak24-Jun-13 15:39
mveDave Kreskowiak24-Jun-13 15:39 
GeneralRe: Combine Printjobs Pin
tolarion24-Jun-13 22:50
tolarion24-Jun-13 22:50 
AnswerRe: Combine Printjobs Pin
tolarion25-Jun-13 0:59
tolarion25-Jun-13 0:59 
AnswerRe: Combine Printjobs Pin
Eddy Vluggen25-Jun-13 10:02
professionalEddy Vluggen25-Jun-13 10:02 
GeneralRe: Combine Printjobs Pin
tolarion25-Jun-13 10:20
tolarion25-Jun-13 10:20 
GeneralRe: Combine Printjobs Pin
Eddy Vluggen26-Jun-13 6:42
professionalEddy Vluggen26-Jun-13 6:42 
QuestionMonitoring Socket with AutoResetEvent Pin
Dominick Marciano23-Jun-13 16:17
professionalDominick Marciano23-Jun-13 16:17 
AnswerRe: Monitoring Socket with AutoResetEvent Pin
Dave Kreskowiak24-Jun-13 2:19
mveDave Kreskowiak24-Jun-13 2:19 
GeneralRe: Monitoring Socket with AutoResetEvent Pin
Dominick Marciano25-Jun-13 20:10
professionalDominick Marciano25-Jun-13 20:10 
GeneralRe: Monitoring Socket with AutoResetEvent Pin
Dave Kreskowiak26-Jun-13 2:18
mveDave Kreskowiak26-Jun-13 2:18 
QuestionI am a Beginner, could you help please?. Pin
Member 1011870620-Jun-13 7:10
Member 1011870620-Jun-13 7:10 
AnswerRe: I am a Beginner, could you help please?. Pin
Dave Kreskowiak20-Jun-13 9:15
mveDave Kreskowiak20-Jun-13 9:15 

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.