Click here to Skip to main content
15,892,797 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reflection (?) Help Pin
David Knechtges18-Aug-06 2:49
David Knechtges18-Aug-06 2:49 
AnswerDirectoryInfo.GetFiles with multiple file filters [modified] Pin
Chris Maunder17-Aug-06 6:23
cofounderChris Maunder17-Aug-06 6:23 
AnswerRe: DirectoryInfo.GetFiles with multiple file filters Pin
Dustin Metzgar17-Aug-06 6:37
Dustin Metzgar17-Aug-06 6:37 
AnswerRe: DirectoryInfo.GetFiles with multiple file filters Pin
Judah Gabriel Himango17-Aug-06 6:53
sponsorJudah Gabriel Himango17-Aug-06 6:53 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Chris Maunder17-Aug-06 6:57
cofounderChris Maunder17-Aug-06 6:57 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Judah Gabriel Himango17-Aug-06 7:45
sponsorJudah Gabriel Himango17-Aug-06 7:45 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Dustin Metzgar17-Aug-06 7:56
Dustin Metzgar17-Aug-06 7:56 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Chris Maunder17-Aug-06 10:35
cofounderChris Maunder17-Aug-06 10:35 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Judah Gabriel Himango18-Aug-06 5:00
sponsorJudah Gabriel Himango18-Aug-06 5:00 
JokeRe: DirectoryInfo.GetFiles with multiple file filters Pin
Dustin Metzgar17-Aug-06 6:57
Dustin Metzgar17-Aug-06 6:57 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Judah Gabriel Himango17-Aug-06 7:35
sponsorJudah Gabriel Himango17-Aug-06 7:35 
Questionproblems using System.Diagnosics.Process.Start to start Process Pin
3Dizard17-Aug-06 5:37
3Dizard17-Aug-06 5:37 
AnswerRe: problems using System.Diagnosics.Process.Start to start Process Pin
Judah Gabriel Himango17-Aug-06 6:04
sponsorJudah Gabriel Himango17-Aug-06 6:04 
GeneralRe: problems using System.Diagnosics.Process.Start to start Process Pin
3Dizard17-Aug-06 7:14
3Dizard17-Aug-06 7:14 
AnswerRe: problems using System.Diagnosics.Process.Start to start Process Pin
Ennis Ray Lynch, Jr.17-Aug-06 6:22
Ennis Ray Lynch, Jr.17-Aug-06 6:22 
GeneralRe: problems using System.Diagnosics.Process.Start to start Process Pin
3Dizard17-Aug-06 7:19
3Dizard17-Aug-06 7:19 
AnswerRe: problems using System.Diagnosics.Process.Start to start Process Pin
Judah Gabriel Himango17-Aug-06 9:30
sponsorJudah Gabriel Himango17-Aug-06 9:30 
GeneralRe: problems using System.Diagnosics.Process.Start to start Process Pin
3Dizard17-Aug-06 12:06
3Dizard17-Aug-06 12:06 
AnswerRe: problems using System.Diagnosics.Process.Start to start Process Pin
Mike Bluett17-Aug-06 12:01
Mike Bluett17-Aug-06 12:01 
GeneralRe: problems using System.Diagnosics.Process.Start to start Process Pin
3Dizard17-Aug-06 12:18
3Dizard17-Aug-06 12:18 
QuestionCOM+ help Pin
jaltiere17-Aug-06 5:23
jaltiere17-Aug-06 5:23 
QuestionFile update in access not working Pin
Vodstok17-Aug-06 5:03
Vodstok17-Aug-06 5:03 
AnswerRe: File update in access not working Pin
Guffa17-Aug-06 6:16
Guffa17-Aug-06 6:16 
Questionsending file to printer [modified] Pin
Support12317-Aug-06 4:45
Support12317-Aug-06 4:45 
Hi everyone.

I just need to know what the dos command is to send a file directly to a printer.
I can send a HTML file to the printer but this only prints out the tags and i want it to print out the whole look not just <?xml version"1.0" encoding "utf-8"?> and so on....

and the same with a pdf file, if i try to send it to the printer through cmd prompt it prints out the encoding not the actual look of the file...

How would i solve this. Cause i need to be able to send files directly to the printer. If any one has another idea please let me know. if there is a way to do it in C#, GREAT but if you know the way to do it through cmd prompt that would also help.

thank you in advance.

Oh ja... i use: "print Filename>LPT" to send the html file mentioned earlier directly to the printer. but as i mentioned it doesn't print i correctly.
I also need to know how to send a file to a certain printer on the network not allway the one connected to the users computer...

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


-- modified at 10:46 Thursday 17th August, 2006
AnswerRe: sending file to printer Pin
Mike Bluett17-Aug-06 12:12
Mike Bluett17-Aug-06 12:12 

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.