Click here to Skip to main content
16,006,531 members
Home / Discussions / C#
   

C#

 
Questionprinting a table in dot matrix mode Pin
sram1521-Oct-08 18:52
sram1521-Oct-08 18:52 
AnswerRe: printing a table in dot matrix mode Pin
Eddy Vluggen21-Oct-08 21:01
professionalEddy Vluggen21-Oct-08 21:01 
GeneralRe: printing a table in dot matrix mode [modified] Pin
sram1521-Oct-08 21:34
sram1521-Oct-08 21:34 
QuestionRe: printing a table in dot matrix mode Pin
Eddy Vluggen21-Oct-08 21:53
professionalEddy Vluggen21-Oct-08 21:53 
AnswerRe: printing a table in dot matrix mode Pin
sram1521-Oct-08 22:12
sram1521-Oct-08 22:12 
GeneralRe: printing a table in dot matrix mode Pin
Eddy Vluggen21-Oct-08 22:38
professionalEddy Vluggen21-Oct-08 22:38 
GeneralRe: printing a table in dot matrix mode Pin
sram1521-Oct-08 22:52
sram1521-Oct-08 22:52 
GeneralRe: printing a table in dot matrix mode Pin
Eddy Vluggen21-Oct-08 23:06
professionalEddy Vluggen21-Oct-08 23:06 
That's going to be hard to emulate. Your best bet would be to draw your information to a bitmap (Image). I'm not going into detail as that would consume too much time, but in general;

You can use the .DrawText() method to draw your text. Once that works, you can add the horizontal lines. These should not be dotted, if the result should look like it's been printed on a Matrix-printer. The horizontal lines should consist of either 9 or 24 dots. I guess that you'll need the 9-point version.

I do think that this solution is uncalled for, and it will get you into more trouble than it's worth. Sigh | :sigh:
GeneralRe: printing a table in dot matrix mode Pin
sram1521-Oct-08 23:15
sram1521-Oct-08 23:15 
AnswerRe: printing a table in dot matrix mode Pin
Rajesh R Subramanian21-Oct-08 22:57
professionalRajesh R Subramanian21-Oct-08 22:57 
GeneralRe: printing a table in dot matrix mode Pin
sram1521-Oct-08 23:18
sram1521-Oct-08 23:18 
GeneralRe: printing a table in dot matrix mode Pin
Rajesh R Subramanian21-Oct-08 23:19
professionalRajesh R Subramanian21-Oct-08 23:19 
GeneralRe: printing a table in dot matrix mode Pin
sram1521-Oct-08 23:38
sram1521-Oct-08 23:38 
GeneralRe: printing a table in dot matrix mode Pin
Guffa21-Oct-08 23:30
Guffa21-Oct-08 23:30 
QuestionAP info Pin
epcode150121-Oct-08 18:33
epcode150121-Oct-08 18:33 
AnswerRe: AP info Pin
Thomas Stockwell22-Oct-08 1:54
professionalThomas Stockwell22-Oct-08 1:54 
QuestionI'd like to pay a programmer for a few hours of their time, I need help converting C# to asp.net Pin
Gunnar575921-Oct-08 16:40
Gunnar575921-Oct-08 16:40 
AnswerRe: I'd like to pay a programmer for a few hours of their time, I need help converting C# to asp.net Pin
Le centriste21-Oct-08 17:32
Le centriste21-Oct-08 17:32 
GeneralRe: I'd like to pay a programmer for a few hours of their time, I need help converting C# to asp.net Pin
Mycroft Holmes21-Oct-08 18:06
professionalMycroft Holmes21-Oct-08 18:06 
AnswerRe: I'd like to pay a programmer for a few hours of their time, I need help converting C# to asp.net [modified] Pin
Guffa21-Oct-08 20:12
Guffa21-Oct-08 20:12 
GeneralRe: I'd like to pay a programmer for a few hours of their time, I need help converting C# to asp.net Pin
Gunnar575922-Oct-08 3:56
Gunnar575922-Oct-08 3:56 
QuestionC# how to get the directory and file names from a OPEN server Pin
CDBob200221-Oct-08 14:53
CDBob200221-Oct-08 14:53 
AnswerRe: C# how to get the directory and file names from a OPEN server Pin
Guffa21-Oct-08 20:15
Guffa21-Oct-08 20:15 
GeneralRe: C# how to get the directory and file names from a OPEN server Pin
CDBob200221-Oct-08 21:00
CDBob200221-Oct-08 21:00 
GeneralRe: C# how to get the directory and file names from a OPEN server Pin
Dave Kreskowiak22-Oct-08 5:44
mveDave Kreskowiak22-Oct-08 5:44 

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.