Click here to Skip to main content
15,921,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Anything qucker than Image.FromStream Pin
Anthony Mushrow2-Jun-10 4:24
professionalAnthony Mushrow2-Jun-10 4:24 
GeneralRe: Anything qucker than Image.FromStream Pin
TimSWatson2-Jun-10 4:39
TimSWatson2-Jun-10 4:39 
QuestionUse a folder of XML files as a datasource for nhibernate Pin
Bart Van Eyndhoven2-Jun-10 2:38
Bart Van Eyndhoven2-Jun-10 2:38 
Questioncreate object for a dll and get the methods Pin
arun_pk2-Jun-10 2:32
arun_pk2-Jun-10 2:32 
AnswerRe: create object for a dll and get the methods Pin
Ravi Bhavnani2-Jun-10 2:50
professionalRavi Bhavnani2-Jun-10 2:50 
Questioncarriage return Pin
genieabdo2-Jun-10 0:39
genieabdo2-Jun-10 0:39 
AnswerRe: carriage return [modified] Pin
Pete O'Hanlon2-Jun-10 0:41
mvePete O'Hanlon2-Jun-10 0:41 
GeneralRe: carriage return Pin
harold aptroot2-Jun-10 1:06
harold aptroot2-Jun-10 1:06 
GeneralRe: carriage return Pin
Pete O'Hanlon2-Jun-10 1:59
mvePete O'Hanlon2-Jun-10 1:59 
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 

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.