Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
GeneralRe: ,using modem Pin
stancrm16-Jul-06 22:25
stancrm16-Jul-06 22:25 
GeneralRe: ,using modem Pin
sianatia16-Jul-06 23:27
sianatia16-Jul-06 23:27 
GeneralRe: ,using modem Pin
Ed.Poore17-Jul-06 1:25
Ed.Poore17-Jul-06 1:25 
AnswerRe: ,using modem Pin
Dave Kreskowiak17-Jul-06 7:06
mveDave Kreskowiak17-Jul-06 7:06 
Questionsend an event(data) in a thread Pin
MihaiChioariu16-Jul-06 21:12
MihaiChioariu16-Jul-06 21:12 
AnswerRe: send an event(data) in a thread Pin
leppie16-Jul-06 21:20
leppie16-Jul-06 21:20 
QuestionMulti-language?? Pin
Rohit Dev16-Jul-06 20:07
Rohit Dev16-Jul-06 20:07 
AnswerRe: Multi-language?? Pin
lmoelleb16-Jul-06 21:03
lmoelleb16-Jul-06 21:03 
The .NET Framework is using Unicode.

You need to check:
1) Is your source file actually saved as Unicode (if you can open the file again and the text is fine, it is saved in Unicode). If not, manually save the file with Unicode - Advanced Save Options on the File menu in VS2005)

2) Where are you outputting the text. The Console will NOT run Unicode by default (you can try to mess with the command "chcp").
GeneralRe: Multi-language?? Pin
Rohit Dev16-Jul-06 21:39
Rohit Dev16-Jul-06 21:39 
GeneralRe: Multi-language?? Pin
lmoelleb17-Jul-06 2:19
lmoelleb17-Jul-06 2:19 
QuestionDataGrid Scrollbars in Asp.net Pin
Naji.A16-Jul-06 17:02
Naji.A16-Jul-06 17:02 
AnswerRe: DataGrid Scrollbars in Asp.net Pin
Wesley Samuel16-Jul-06 19:57
Wesley Samuel16-Jul-06 19:57 
GeneralRe: DataGrid Scrollbars in Asp.net Pin
Naji.A17-Jul-06 17:44
Naji.A17-Jul-06 17:44 
GeneralRe: DataGrid Scrollbars in Asp.net Pin
Wesley Samuel17-Jul-06 20:29
Wesley Samuel17-Jul-06 20:29 
GeneralRe: DataGrid Scrollbars in Asp.net [modified] Pin
Naji.A18-Jul-06 9:12
Naji.A18-Jul-06 9:12 
AnswerRe: DataGrid Scrollbars in Asp.net Pin
Wesley Samuel18-Jul-06 22:24
Wesley Samuel18-Jul-06 22:24 
GeneralRe: DataGrid Scrollbars in Asp.net Pin
Naji.A19-Jul-06 11:51
Naji.A19-Jul-06 11:51 
GeneralRe: DataGrid Scrollbars in Asp.net Pin
Wesley Samuel19-Jul-06 20:03
Wesley Samuel19-Jul-06 20:03 
Questionediting datagridview Pin
toink toink16-Jul-06 16:19
toink toink16-Jul-06 16:19 
Questionprob calling MDIChild by another MDIchild [modified] Pin
paulcortez16-Jul-06 15:55
paulcortez16-Jul-06 15:55 
AnswerRe: prob calling MDIChild by another MDIchild Pin
Judah Gabriel Himango16-Jul-06 17:37
sponsorJudah Gabriel Himango16-Jul-06 17:37 
GeneralRe: prob calling MDIChild by another MDIchild Pin
paulcortez16-Jul-06 18:11
paulcortez16-Jul-06 18:11 
GeneralRe: prob calling MDIChild by another MDIchild Pin
Judah Gabriel Himango17-Jul-06 5:26
sponsorJudah Gabriel Himango17-Jul-06 5:26 
QuestionRichTextBox URL/Hyperlink "Text to be displayed" Pin
StyrofoamSUV16-Jul-06 15:42
StyrofoamSUV16-Jul-06 15:42 
AnswerRe: RichTextBox URL/Hyperlink "Text to be displayed" Pin
Judah Gabriel Himango16-Jul-06 17:16
sponsorJudah Gabriel Himango16-Jul-06 17:16 

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.