Click here to Skip to main content
15,905,782 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: sending file to printer Pin
Mike Bluett17-Aug-06 12:12
Mike Bluett17-Aug-06 12:12 
The DOS-level print command doesn't know anything about formatting codes such as the ones that exist in HTML (i.e., it treats every character as a printable character).

What you need is a console application that could be written in C# (or some other language) that interprets the formatting codes and uses them to format the document before it gets printed.

If you check through the Code Project tutorials or maybe sourceforge.net you might find that someone has already coded a command-line utility that does what you want.


QuestionUSB or parallel Pin
clayton.curmi17-Aug-06 4:29
clayton.curmi17-Aug-06 4:29 
AnswerRe: USB or parallel Pin
Dave Kreskowiak17-Aug-06 4:55
mveDave Kreskowiak17-Aug-06 4:55 
Questionconnecting to named instance SQL Server through C# Pin
Abhijeet Ballal17-Aug-06 4:26
Abhijeet Ballal17-Aug-06 4:26 
AnswerRe: connecting to named instance SQL Server through C# [modified] Pin
Professor Sharada Ulhas17-Aug-06 5:05
Professor Sharada Ulhas17-Aug-06 5:05 
QuestionEditing a string Pin
Anthony Mushrow17-Aug-06 4:04
professionalAnthony Mushrow17-Aug-06 4:04 
AnswerRe: Editing a string Pin
Le centriste17-Aug-06 4:12
Le centriste17-Aug-06 4:12 
AnswerRe: Editing a string [modified] Pin
Professor Sharada Ulhas17-Aug-06 5:10
Professor Sharada Ulhas17-Aug-06 5:10 
AnswerRe: Editing a string Pin
Dustin Metzgar17-Aug-06 5:31
Dustin Metzgar17-Aug-06 5:31 

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.