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

C#

 
AnswerRe: Create trail version application Pin
Shyam Bharath22-Oct-08 0:14
Shyam Bharath22-Oct-08 0:14 
QuestionRe: Create trail version application Pin
Member 369523622-Oct-08 0:19
Member 369523622-Oct-08 0:19 
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 
This is your table in a variable-width font:

---------------------------------------------------
S.No. Name Address Telephone
---------------------------------------------------
1 | xyz | djfhjksdhf |94875893475
2 | abc | djfhjk |12345678905
3 | efg | djhf |94875893475
4 | 123 | djfhjksdhwfsdf |23456789005

This is your table in a fixed-size font:
---------------------------------------------------
S.No. Name	 Address	 Telephone	
---------------------------------------------------
1    | xyz     | djfhjksdhf     |94875893475 
2    | abc     | djfhjk         |12345678905 
3    | efg     | djhf           |94875893475 
4    | 123     | djfhjksdhwfsdf |23456789005 


In a fixed-size font, all the characters have the same width. That has the advantage that all the texts are nicely aligned.

sravanthi.M wrote:
and is the print code same for both dot matrix printer and normal printer.


Yup. One just "prints", and the printer-driver for Windows does the rest. It won't matter for your program what kind of printer is attached.

sravanthi.M wrote:
to get those dotted line i have to set any option or can i get those dotted lines for normal printer also.


Those dotted lines only appear on vertical lines on a Matrix-printer, and they'll only be visible on matrix printers with 9 needles; those with 24 needles give the illusion of a 'real' line.

If you really, really need to have it look like it has been printed on an ancient machine, then by all means, go out and buy a cheap matrix printer. In all cases, try to avoid the dotted lines whenever possible. It looks dirt-cheap and it would be expensive to emulate on a laser-printer.
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 
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 

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.