Click here to Skip to main content
15,886,026 members
Home / Discussions / C#
   

C#

 
AnswerRe: RegEx grouping question Pin
Kenneth Haugland15-Sep-14 16:07
mvaKenneth Haugland15-Sep-14 16:07 
GeneralRe: RegEx grouping question Pin
SledgeHammer0115-Sep-14 17:10
SledgeHammer0115-Sep-14 17:10 
GeneralRe: RegEx grouping question Pin
PIEBALDconsult15-Sep-14 18:19
mvePIEBALDconsult15-Sep-14 18:19 
GeneralRe: RegEx grouping question Pin
SledgeHammer0115-Sep-14 18:27
SledgeHammer0115-Sep-14 18:27 
GeneralRe: RegEx grouping question Pin
PIEBALDconsult15-Sep-14 18:38
mvePIEBALDconsult15-Sep-14 18:38 
QuestionGetPrintJobInfoCollection() Problem Pin
murali_utr15-Sep-14 3:52
murali_utr15-Sep-14 3:52 
AnswerRe: GetPrintJobInfoCollection() Problem Pin
OriginalGriff15-Sep-14 6:06
mveOriginalGriff15-Sep-14 6:06 
GeneralRe: GetPrintJobInfoCollection() Problem Pin
murali_utr15-Sep-14 17:02
murali_utr15-Sep-14 17:02 
my job is print monitoring i.e. application print manager developing in c#. I catch the print job from printer queue. From that job I can get the print submitter,job name,hosted server,job time, no. of fro print and file name and some other details. but unable to get the printer selected for the print and no of pages,printer paper source, duplex or non duplex and some other details. this my problem.

C#
foreach (var job in LocalPrintServer.GetDefaultPrintQueue().GetPrintJobInfoCollection())
{
   UpdateText("Job Name : " + job.JobName.ToString());
   UpdateText("Submitter :" + job.Submitter.ToString() + job.TimeJobSubmitted.ToString());
   UpdateText("Hosted Server :" + job.HostingPrintServer.Name.ToString());
   UpdateText("No of Pages :" + job.NumberOfPages.ToString());
}


I Need help.
please suggest any other way to complete my task.
Thanks in advance.
Have A Nice Day!
Murali.M

Blog

QuestionMySQL Query, int column, datagridview show as System.Byte[] Pin
gonzaloleon15-Sep-14 3:20
gonzaloleon15-Sep-14 3:20 
QuestionRe: MySQL Query, int column, datagridview show as System.Byte[] Pin
Eddy Vluggen15-Sep-14 8:24
professionalEddy Vluggen15-Sep-14 8:24 
GeneralRe: MySQL Query, int column, datagridview show as System.Byte[] Pin
PIEBALDconsult15-Sep-14 8:48
mvePIEBALDconsult15-Sep-14 8:48 
GeneralRe: MySQL Query, int column, datagridview show as System.Byte[] Pin
gonzaloleon16-Sep-14 3:01
gonzaloleon16-Sep-14 3:01 
Questionhow to run Simple Instant Messenger Pin
Member 1108356315-Sep-14 3:11
Member 1108356315-Sep-14 3:11 
AnswerRe: how to run Simple Instant Messenger Pin
Pete O'Hanlon15-Sep-14 3:28
mvePete O'Hanlon15-Sep-14 3:28 
GeneralRe: how to run Simple Instant Messenger Pin
Member 1108356315-Sep-14 3:32
Member 1108356315-Sep-14 3:32 
QuestionImport and Export Excel Files into SQL with C#2005 ? Pin
Member 245846714-Sep-14 23:24
Member 245846714-Sep-14 23:24 
AnswerRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Dave Kreskowiak15-Sep-14 1:32
mveDave Kreskowiak15-Sep-14 1:32 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
OriginalGriff15-Sep-14 2:14
mveOriginalGriff15-Sep-14 2:14 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Dave Kreskowiak15-Sep-14 10:24
mveDave Kreskowiak15-Sep-14 10:24 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Member 245846716-Sep-14 16:45
Member 245846716-Sep-14 16:45 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Dave Kreskowiak16-Sep-14 18:56
mveDave Kreskowiak16-Sep-14 18:56 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Member 245846717-Sep-14 15:58
Member 245846717-Sep-14 15:58 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Dave Kreskowiak17-Sep-14 17:09
mveDave Kreskowiak17-Sep-14 17:09 
AnswerRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Member 245846716-Sep-14 23:24
Member 245846716-Sep-14 23:24 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Dave Kreskowiak17-Sep-14 17:10
mveDave Kreskowiak17-Sep-14 17:10 

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.