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

C#

 
AnswerRe: carriage return Pin
harold aptroot2-Jun-10 1:03
harold aptroot2-Jun-10 1:03 
GeneralRe: carriage return Pin
genieabdo2-Jun-10 1:28
genieabdo2-Jun-10 1:28 
GeneralRe: carriage return Pin
harold aptroot2-Jun-10 1:36
harold aptroot2-Jun-10 1:36 
GeneralRe: carriage return Pin
genieabdo2-Jun-10 1:41
genieabdo2-Jun-10 1:41 
GeneralRe: carriage return Pin
genieabdo2-Jun-10 1:41
genieabdo2-Jun-10 1:41 
GeneralRe: carriage return Pin
harold aptroot2-Jun-10 1:58
harold aptroot2-Jun-10 1:58 
GeneralRe: carriage return Pin
genieabdo2-Jun-10 3:14
genieabdo2-Jun-10 3:14 
GeneralRe: carriage return Pin
Brent_JR2-Jun-10 10:38
Brent_JR2-Jun-10 10:38 
I've had to do a bit of work printing to serial printers and instead of sending the string value to the COM port, you might want to use something along the lines of System.Text.Encoding.UTF8.GetBytes(string) for TxFrame and then append the CR (0x0D) LF (0x0A) to the byte array. It seemed to work for me.
AnswerRe: carriage return Pin
Luc Pattyn2-Jun-10 1:44
sitebuilderLuc Pattyn2-Jun-10 1:44 
AnswerRe: carriage return Pin
PIEBALDconsult2-Jun-10 4:59
mvePIEBALDconsult2-Jun-10 4:59 
QuestionDocument merging in C#.NET Pin
Bijayani2-Jun-10 0:20
Bijayani2-Jun-10 0:20 
AnswerShould be a Tip or Trick Pin
Pete O'Hanlon2-Jun-10 0:31
mvePete O'Hanlon2-Jun-10 0:31 
QuestionIs there any dll file for .net framework 2.0 Pin
jainiraj1-Jun-10 23:48
jainiraj1-Jun-10 23:48 
AnswerRe: Is there any dll file for .net framework 2.0 Pin
walterhevedeich2-Jun-10 0:17
professionalwalterhevedeich2-Jun-10 0:17 
GeneralRe: Is there any dll file for .net framework 2.0 Pin
jainiraj2-Jun-10 19:51
jainiraj2-Jun-10 19:51 
AnswerRe: Is there any dll file for .net framework 2.0 Pin
Pete O'Hanlon2-Jun-10 0:29
mvePete O'Hanlon2-Jun-10 0:29 
GeneralRe: Is there any dll file for .net framework 2.0 Pin
jainiraj2-Jun-10 19:56
jainiraj2-Jun-10 19:56 
AnswerRe: Is there any dll file for .net framework 2.0 Pin
Abhinav S2-Jun-10 1:24
Abhinav S2-Jun-10 1:24 
QuestionPhotoshop like image editor with a drag and drop image gallery Pin
ikbegins1-Jun-10 23:38
ikbegins1-Jun-10 23:38 
AnswerRe: Photoshop like image editor with a drag and drop image gallery Pin
Anıl Yıldız2-Jun-10 1:41
Anıl Yıldız2-Jun-10 1:41 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
hammerstein052-Jun-10 5:58
hammerstein052-Jun-10 5:58 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
Anıl Yıldız2-Jun-10 6:01
Anıl Yıldız2-Jun-10 6:01 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
ikbegins2-Jun-10 21:09
ikbegins2-Jun-10 21:09 
QuestionFlickering screen when minimizing Pin
TimSWatson1-Jun-10 21:57
TimSWatson1-Jun-10 21:57 
AnswerRe: Flickering screen when minimizing Pin
Pete O'Hanlon1-Jun-10 22:17
mvePete O'Hanlon1-Jun-10 22:17 

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.