Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regular Expressions+E-mail... Pin
Christian Graus26-Nov-06 11:35
protectorChristian Graus26-Nov-06 11:35 
QuestionHow to fill DataGridView with Two Dimensional Array? [modified] Pin
mohamedyahyaelzayat26-Nov-06 6:53
mohamedyahyaelzayat26-Nov-06 6:53 
AnswerRe: How to fill DataGridView with Two Dimensional Array? Pin
Nader Elshehabi26-Nov-06 13:27
Nader Elshehabi26-Nov-06 13:27 
QuestionFormatting Console Output Pin
jgallen2326-Nov-06 6:24
jgallen2326-Nov-06 6:24 
AnswerRe: Formatting Console Output Pin
Guffa26-Nov-06 9:03
Guffa26-Nov-06 9:03 
Questionencoding Pin
yamamah26-Nov-06 5:41
yamamah26-Nov-06 5:41 
AnswerRe: encoding Pin
Not Active26-Nov-06 6:16
mentorNot Active26-Nov-06 6:16 
AnswerRe: encoding Pin
CPallini26-Nov-06 6:33
mveCPallini26-Nov-06 6:33 
Take a look at the following code:

ASCIIEncoding ascii = new ASCIIEncoding();
StreamWriter ws = new StreamWriter("foo.txt", false, ascii);
ws.WriteLine("hello!");
ws.Close();

Smile | :) Big Grin | :-D Smile | :)

PS: Don't post the same message again and again... Cool | :cool:

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

QuestionVS - change file name - HELP! Pin
seq-26-Nov-06 5:25
seq-26-Nov-06 5:25 
AnswerRe: VS - change file name - HELP! Pin
Christian Graus26-Nov-06 11:31
protectorChristian Graus26-Nov-06 11:31 
GeneralRe: VS - change file name - HELP! Pin
seq-26-Nov-06 11:58
seq-26-Nov-06 11:58 
QuestionFire event when adding new object to list or collection Pin
Davids_Maguire26-Nov-06 4:45
Davids_Maguire26-Nov-06 4:45 
AnswerRe: Fire event when adding new object to list or collection Pin
Martin#26-Nov-06 9:54
Martin#26-Nov-06 9:54 
GeneralRe: Fire event when adding new object to list or collection Pin
Davids_Maguire26-Nov-06 10:35
Davids_Maguire26-Nov-06 10:35 
Questionhow to re-draw controls on a Form at a regular interval? Pin
George_George26-Nov-06 3:36
George_George26-Nov-06 3:36 
Questionencoding Pin
yamamah26-Nov-06 3:09
yamamah26-Nov-06 3:09 
AnswerRe: encoding Pin
Guffa26-Nov-06 4:04
Guffa26-Nov-06 4:04 
QuestionRemoving assembly references from VS.net Pin
DAGibbs26-Nov-06 1:55
DAGibbs26-Nov-06 1:55 
AnswerRe: Removing assembly references from VS.net Pin
Daniel Grunwald26-Nov-06 2:02
Daniel Grunwald26-Nov-06 2:02 
Questioninstallutil Pin
justintimberlake26-Nov-06 0:28
justintimberlake26-Nov-06 0:28 
AnswerRe: installutil Pin
Bassam Saoud26-Nov-06 2:08
Bassam Saoud26-Nov-06 2:08 
Questionfiles and folders Pin
caliph25-Nov-06 23:52
caliph25-Nov-06 23:52 
AnswerRe: files and folders Pin
S. Senthil Kumar26-Nov-06 1:27
S. Senthil Kumar26-Nov-06 1:27 
QuestionTruncate decimal in float Pin
edel_ong25-Nov-06 23:34
edel_ong25-Nov-06 23:34 
AnswerRe: Truncate decimal in float Pin
S. Senthil Kumar26-Nov-06 1:39
S. Senthil Kumar26-Nov-06 1:39 

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.