Click here to Skip to main content
15,920,956 members
Home / Discussions / C#
   

C#

 
GeneralRe: Text View of Xml Document Pin
loneferret29-Nov-06 3:22
loneferret29-Nov-06 3:22 
GeneralRe: Text View of Xml Document Pin
h@s@n29-Nov-06 3:31
h@s@n29-Nov-06 3:31 
QuestionFull path of mapped directory Pin
Azghar Hussain29-Nov-06 2:20
professionalAzghar Hussain29-Nov-06 2:20 
AnswerRe: Full path of mapped directory Pin
Dave Kreskowiak29-Nov-06 9:18
mveDave Kreskowiak29-Nov-06 9:18 
GeneralRe: Full path of mapped directory Pin
Matt Gerrans29-Nov-06 9:24
Matt Gerrans29-Nov-06 9:24 
GeneralRe: Full path of mapped directory Pin
Dave Kreskowiak29-Nov-06 11:53
mveDave Kreskowiak29-Nov-06 11:53 
GeneralRe: Full path of mapped directory Pin
Azghar Hussain6-Dec-06 1:43
professionalAzghar Hussain6-Dec-06 1:43 
QuestionPrinting without user input... Pin
Support12329-Nov-06 2:16
Support12329-Nov-06 2:16 
Hi all,

i have the following problem...

i want to send a html document directly to the printer and it should print without user input. I can send it to the printer with this...

Process myProcess = new Process();<br />
myProcess.StartInfo.FileName = "C:\\TestPage.HTML";<br />
myProcess.StartInfo.Verb = "Print";<br />
myProcess.StartInfo.CreateNoWindow = true;<br />
myProcess.Start();


BUT this opens a window with the printers found and waits for user to select the correct printer. I have saved the preferred printer name that the user selected in our database and i want to use that printer. Would any one please give me nudge in the right direction.

Thank you in advance...

"Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison

AnswerRe: Printing without user input... Pin
Dave Kreskowiak29-Nov-06 9:17
mveDave Kreskowiak29-Nov-06 9:17 
GeneralRe: Printing without user input... Pin
Support12330-Nov-06 1:19
Support12330-Nov-06 1:19 
GeneralRe: Printing without user input... Pin
Support12330-Nov-06 4:09
Support12330-Nov-06 4:09 
QuestionHOW TO CREATE A MESSAGE POP UP ( VERY VERY URGENT) Pin
Faisal Khatri29-Nov-06 2:13
Faisal Khatri29-Nov-06 2:13 
AnswerRe: HOW TO CREATE A MESSAGE POP UP ( VERY VERY URGENT) Pin
ednrgc29-Nov-06 2:45
ednrgc29-Nov-06 2:45 
GeneralRe: HOW TO CREATE A MESSAGE POP UP ( VERY VERY URGENT) Pin
_Zorro_29-Nov-06 3:03
professional_Zorro_29-Nov-06 3:03 
GeneralRe: HOW TO CREATE A MESSAGE POP UP ( VERY VERY URGENT) Pin
Faisal Khatri29-Nov-06 20:25
Faisal Khatri29-Nov-06 20:25 
GeneralRe: HOW TO CREATE A MESSAGE POP UP ( VERY VERY URGENT) Pin
ednrgc30-Nov-06 1:35
ednrgc30-Nov-06 1:35 
QuestionCustom DataBinding Pin
fumassa_29-Nov-06 1:23
fumassa_29-Nov-06 1:23 
QuestionIncluding a .dll inside the release build exe Pin
bankai12329-Nov-06 1:16
bankai12329-Nov-06 1:16 
AnswerRe: Including a .dll inside the release build exe Pin
Pete O'Hanlon29-Nov-06 1:26
mvePete O'Hanlon29-Nov-06 1:26 
GeneralRe: Including a .dll inside the release build exe Pin
bankai12329-Nov-06 1:33
bankai12329-Nov-06 1:33 
GeneralRe: Including a .dll inside the release build exe Pin
Pete O'Hanlon29-Nov-06 1:45
mvePete O'Hanlon29-Nov-06 1:45 
GeneralRe: Including a .dll inside the release build exe Pin
bankai12329-Nov-06 1:54
bankai12329-Nov-06 1:54 
GeneralRe: Including a .dll inside the release build exe Pin
Pete O'Hanlon29-Nov-06 2:14
mvePete O'Hanlon29-Nov-06 2:14 
GeneralRe: Including a .dll inside the release build exe Pin
bankai12329-Nov-06 2:20
bankai12329-Nov-06 2:20 
GeneralRe: Including a .dll inside the release build exe Pin
Pete O'Hanlon29-Nov-06 2:46
mvePete O'Hanlon29-Nov-06 2:46 

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.