Click here to Skip to main content
15,916,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerLicensing framework Pin
David Mujica9-Nov-09 7:31
David Mujica9-Nov-09 7:31 
QuestionCode For Com Port Pin
Anubhava Dimri9-Nov-09 1:17
Anubhava Dimri9-Nov-09 1:17 
AnswerRe: Code For Com Port Pin
Dave Kreskowiak9-Nov-09 4:56
mveDave Kreskowiak9-Nov-09 4:56 
AnswerRe: Code For Com Port Pin
Steven J Jowett9-Nov-09 9:32
Steven J Jowett9-Nov-09 9:32 
GeneralRe: Code For Com Port Pin
Anubhava Dimri9-Nov-09 17:15
Anubhava Dimri9-Nov-09 17:15 
GeneralRe: Code For Com Port Pin
Steven J Jowett9-Nov-09 22:54
Steven J Jowett9-Nov-09 22:54 
QuestionHow to know print given to network printer is success Pin
sri_00998-Nov-09 22:59
sri_00998-Nov-09 22:59 
AnswerRe: How to know print given to network printer is success Pin
Dave Kreskowiak9-Nov-09 2:15
mveDave Kreskowiak9-Nov-09 2:15 
Normally, you don't. Normally, once your app prints it, your app shouldn't care at all about the job. The job may get hung up in the queue for various reasons, including being about 20th in line to print, none of which are the responsibility of your app to report. It may be an hour before the job actually makes it to paper, even if theres nothing wrong. Those conditions are left up to the printing system to report to the user, not your app. Normally...

What is your app doing that you feel the need to know if the doc printed or not?


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: How to know print given to network printer is success Pin
sri_00999-Nov-09 3:00
sri_00999-Nov-09 3:00 
GeneralRe: How to know print given to network printer is success Pin
Dave Kreskowiak9-Nov-09 4:56
mveDave Kreskowiak9-Nov-09 4:56 
QuestionHow to sort the following list? Pin
Milad.Biroonvand8-Nov-09 19:19
Milad.Biroonvand8-Nov-09 19:19 
AnswerRe: How to sort the following list? Pin
Luc Pattyn8-Nov-09 23:38
sitebuilderLuc Pattyn8-Nov-09 23:38 
QuestionFind the difference between two excel sheets using vbscript Pin
Bedke8-Nov-09 16:26
Bedke8-Nov-09 16:26 
QuestionQuestion about threads Pin
crashcup8-Nov-09 12:43
crashcup8-Nov-09 12:43 
AnswerRe: Question about threads Pin
Luc Pattyn8-Nov-09 13:25
sitebuilderLuc Pattyn8-Nov-09 13:25 
GeneralMessage Closed Pin
8-Nov-09 14:27
crashcup8-Nov-09 14:27 
GeneralRe: Question about threads Pin
Luc Pattyn8-Nov-09 15:06
sitebuilderLuc Pattyn8-Nov-09 15:06 
GeneralRe: Question about threads Pin
crashcup8-Nov-09 15:11
crashcup8-Nov-09 15:11 
GeneralRe: Question about threads Pin
Luc Pattyn8-Nov-09 15:13
sitebuilderLuc Pattyn8-Nov-09 15:13 
GeneralRe: Question about threads [modified] Pin
crashcup8-Nov-09 16:10
crashcup8-Nov-09 16:10 
GeneralRe: Question about threads Pin
Steven J Jowett9-Nov-09 9:38
Steven J Jowett9-Nov-09 9:38 
GeneralRe: Question about threads Pin
Luc Pattyn9-Nov-09 9:54
sitebuilderLuc Pattyn9-Nov-09 9:54 
AnswerRe: Question about threads Pin
Dave Kreskowiak8-Nov-09 13:25
mveDave Kreskowiak8-Nov-09 13:25 
GeneralRe: Question about threads Pin
crashcup8-Nov-09 14:18
crashcup8-Nov-09 14:18 
GeneralRe: Question about threads Pin
Dave Kreskowiak8-Nov-09 14:50
mveDave Kreskowiak8-Nov-09 14:50 

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.