Click here to Skip to main content
15,922,523 members
Home / Discussions / C#
   

C#

 
GeneralRe: a solution: Pin
Stefan Troschuetz1-Feb-07 21:25
Stefan Troschuetz1-Feb-07 21:25 
Questioni m facing Com error Pin
Member 37604921-Feb-07 19:54
Member 37604921-Feb-07 19:54 
AnswerRe: i m facing Com error Pin
Christian Graus1-Feb-07 19:56
protectorChristian Graus1-Feb-07 19:56 
QuestionZip a folder Pin
picasso21-Feb-07 19:12
picasso21-Feb-07 19:12 
AnswerRe: Zip a folder Pin
Stefan Troschuetz1-Feb-07 21:20
Stefan Troschuetz1-Feb-07 21:20 
Questionhow to insert undeletable image in word document Pin
Kumar Arun1-Feb-07 19:12
Kumar Arun1-Feb-07 19:12 
AnswerRe: how to insert undeletable image in word document Pin
Christian Graus1-Feb-07 19:57
protectorChristian Graus1-Feb-07 19:57 
AnswerRe: how to insert undeletable image in word document Pin
Alexandru Lungu2-Feb-07 2:17
professionalAlexandru Lungu2-Feb-07 2:17 
GeneralRe: how to insert undeletable image in word document Pin
Rakesh N Bhavsar2-Apr-08 19:54
Rakesh N Bhavsar2-Apr-08 19:54 
QuestionMarshal an array of string Pin
anup2kin1-Feb-07 18:52
anup2kin1-Feb-07 18:52 
QuestionDirectX and Joystick Pin
Darth Pranline1-Feb-07 18:24
Darth Pranline1-Feb-07 18:24 
AnswerRe: DirectX and Joystick Pin
Christian Graus1-Feb-07 18:33
protectorChristian Graus1-Feb-07 18:33 
Questionhow to know whether a file is being used or not by any process Pin
Praveen Raghuvanshi1-Feb-07 17:54
professionalPraveen Raghuvanshi1-Feb-07 17:54 
AnswerRe: how to know whether a file is being used or not by any process Pin
Stefan Troschuetz1-Feb-07 21:00
Stefan Troschuetz1-Feb-07 21:00 
QuestionHow to get previously logged on users on windows Pin
jdkulkarni1-Feb-07 17:50
jdkulkarni1-Feb-07 17:50 
QuestionControls Pin
Jeeva Jose1-Feb-07 17:31
Jeeva Jose1-Feb-07 17:31 
AnswerRe: Controls Pin
Christian Graus1-Feb-07 18:08
protectorChristian Graus1-Feb-07 18:08 
GeneralGet form of running application Pin
Judah Gabriel Himango1-Feb-07 16:57
sponsorJudah Gabriel Himango1-Feb-07 16:57 
GeneralRe: Get form of running application Pin
Christian Graus1-Feb-07 18:08
protectorChristian Graus1-Feb-07 18:08 
GeneralRe: Get form of running application Pin
Judah Gabriel Himango1-Feb-07 18:10
sponsorJudah Gabriel Himango1-Feb-07 18:10 
GeneralRe: Get form of running application Pin
Christian Graus1-Feb-07 18:19
protectorChristian Graus1-Feb-07 18:19 
GeneralRe: Get form of running application Pin
aSarafian1-Feb-07 21:35
aSarafian1-Feb-07 21:35 
GeneralRe: Get form of running application Pin
S. Senthil Kumar2-Feb-07 6:27
S. Senthil Kumar2-Feb-07 6:27 
QuestionSetting a default DateTime value in the dataset Pin
Glen Harvy1-Feb-07 15:05
Glen Harvy1-Feb-07 15:05 
QuestionPOS Application, printing control fonts (possibly using WORD API) Pin
jeweladdict1-Feb-07 14:46
jeweladdict1-Feb-07 14:46 
In order to open a cash register hooked up to my receipt printer, I need to send 'G' using the CONTROL font to the printer. Using PrintDocument does not work because all of the text gets turned into a picture before it gets printed and so the printer does not recognize the special font. The printers are on USB and Ethernet and so it's not as simple as sending a code over the desired port... how do I actually send the string to the printer?

One way that I think will work is if I send a string to a WORD document with the specified font and print it (with visibility set to false to make it transparent). Can someone point me in the right direction to do so?

Thanks!

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.