Click here to Skip to main content
15,925,202 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to save a file using a savefiledialog in C# Pin
Stefan Troschuetz18-Nov-05 21:24
Stefan Troschuetz18-Nov-05 21:24 
AnswerRe: how to save a file using a savefiledialog in C# Pin
Colin Angus Mackay18-Nov-05 21:31
Colin Angus Mackay18-Nov-05 21:31 
AnswerRe: how to save a file using a savefiledialog in C# Pin
Sina_Ad19-Nov-05 0:10
Sina_Ad19-Nov-05 0:10 
QuestionAdding Description to Functions Pin
freshonlineMax18-Nov-05 19:41
freshonlineMax18-Nov-05 19:41 
AnswerRe: Adding Description to Functions Pin
Calvinix18-Nov-05 20:40
Calvinix18-Nov-05 20:40 
AnswerRe: Adding Description to Functions Pin
Stefan Troschuetz18-Nov-05 21:26
Stefan Troschuetz18-Nov-05 21:26 
AnswerRe: Adding Description to Functions Pin
Curtis Schlak.20-Nov-05 6:55
Curtis Schlak.20-Nov-05 6:55 
QuestionReading a string byte by byte from database Pin
Meysam Mahfouzi18-Nov-05 16:41
Meysam Mahfouzi18-Nov-05 16:41 
How can I read a string from a database field byte by byte? the DataReader class has two methods that seem useful: ReadBytes and ReadChars. The problem is that the former method can't be applied to a field of type string and the latter one reads the string char by char, not byte by byte. It also seems that the default encoding used by ReadChars method is unicode.
Notice that I don't want to read the bytes from a filled dataset, because after filling the dataset by a DataAdapter, there is a change made to the string that've been read.
Please help!
AnswerRe: Reading a string byte by byte from database Pin
Colin Angus Mackay18-Nov-05 21:34
Colin Angus Mackay18-Nov-05 21:34 
QuestionRight So i have this string full of text and '\n' and i write it to a file Pin
Anthony Mushrow18-Nov-05 13:54
professionalAnthony Mushrow18-Nov-05 13:54 
AnswerRe: Right So i have this string full of text and '\n' and i write it to a file Pin
afinnell18-Nov-05 15:46
afinnell18-Nov-05 15:46 
AnswerRe: Right So i have this string full of text and '\n' and i write it to a file Pin
leppie18-Nov-05 20:47
leppie18-Nov-05 20:47 
AnswerRe: Right So i have this string full of text and '\n' and i write it to a file Pin
Colin Angus Mackay18-Nov-05 21:37
Colin Angus Mackay18-Nov-05 21:37 
QuestionRead a file Pin
picasso218-Nov-05 12:53
picasso218-Nov-05 12:53 
AnswerRe: Read a file Pin
Anthony Mushrow18-Nov-05 13:49
professionalAnthony Mushrow18-Nov-05 13:49 
GeneralRe: Read a file Pin
picasso218-Nov-05 19:22
picasso218-Nov-05 19:22 
GeneralRe: Read a file Pin
leppie18-Nov-05 20:57
leppie18-Nov-05 20:57 
GeneralRe: Read a file Pin
picasso218-Nov-05 21:13
picasso218-Nov-05 21:13 
GeneralRe: Read a file Pin
leppie18-Nov-05 21:43
leppie18-Nov-05 21:43 
Questioncalling win32 dll in C# Pin
Manu_8118-Nov-05 11:04
Manu_8118-Nov-05 11:04 
AnswerRe: calling win32 dll in C# Pin
leppie18-Nov-05 21:38
leppie18-Nov-05 21:38 
AnswerRe: calling win32 dll in C# Pin
Colin Angus Mackay18-Nov-05 21:42
Colin Angus Mackay18-Nov-05 21:42 
QuestionMultiple Window Interface Pin
zaboboa18-Nov-05 7:13
zaboboa18-Nov-05 7:13 
AnswerRe: Multiple Window Interface Pin
Dan Neely18-Nov-05 8:23
Dan Neely18-Nov-05 8:23 
QuestionMultiple User Inerface Pin
zaboboa18-Nov-05 7:12
zaboboa18-Nov-05 7:12 

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.