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

C#

 
AnswerRe: converting a visual C# code itno an .exe format Pin
PandemoniumPasha7-Jun-07 22:37
PandemoniumPasha7-Jun-07 22:37 
AnswerRe: converting a visual C# code itno an .exe format Pin
Christian Graus8-Jun-07 0:34
protectorChristian Graus8-Jun-07 0:34 
AnswerRe: converting a visual C# code itno an .exe format Pin
Hesham Yassin10-Jun-07 5:29
Hesham Yassin10-Jun-07 5:29 
QuestionWeb .config Pin
Tauseef A7-Jun-07 21:18
Tauseef A7-Jun-07 21:18 
AnswerRe: Web .config Pin
Russell Jones7-Jun-07 22:32
Russell Jones7-Jun-07 22:32 
GeneralRe: Web .config Pin
Manas Bhardwaj7-Jun-07 22:57
professionalManas Bhardwaj7-Jun-07 22:57 
AnswerRe: Web .config Pin
blackjack21508-Jun-07 0:55
blackjack21508-Jun-07 0:55 
QuestionDatabase Connectivity Error.... Pin
codingrocks7-Jun-07 20:59
codingrocks7-Jun-07 20:59 
AnswerRe: Database Connectivity Error.... Pin
AikinX7-Jun-07 21:11
AikinX7-Jun-07 21:11 
AnswerRe: Database Connectivity Error.... Pin
Muammar©7-Jun-07 21:41
Muammar©7-Jun-07 21:41 
GeneralRe: Database Connectivity Error.... Pin
codingrocks7-Jun-07 22:05
codingrocks7-Jun-07 22:05 
QuestionAbout Ticker in C# Windows Application ,how to solve this problem? Pin
sarathyheart807-Jun-07 20:48
sarathyheart807-Jun-07 20:48 
AnswerRe: About Ticker in C# Windows Application ,how to solve this problem? Pin
sharmit7-Jun-07 22:38
sharmit7-Jun-07 22:38 
Questionwant to make uninstaller Pin
devesh_code7-Jun-07 20:32
devesh_code7-Jun-07 20:32 
AnswerRe: want to make uninstaller Pin
Christian Graus7-Jun-07 20:43
protectorChristian Graus7-Jun-07 20:43 
GeneralRe: want to make uninstaller Pin
devesh_code7-Jun-07 20:48
devesh_code7-Jun-07 20:48 
GeneralRe: want to make uninstaller Pin
Muammar©7-Jun-07 22:05
Muammar©7-Jun-07 22:05 
GeneralRe: want to make uninstaller Pin
devesh_code8-Jun-07 0:05
devesh_code8-Jun-07 0:05 
GeneralRe: want to make uninstaller Pin
Dave Kreskowiak8-Jun-07 4:16
mveDave Kreskowiak8-Jun-07 4:16 
GeneralRe: want to make uninstaller Pin
devesh_code8-Jun-07 4:41
devesh_code8-Jun-07 4:41 
GeneralRe: want to make uninstaller Pin
Dave Kreskowiak8-Jun-07 10:15
mveDave Kreskowiak8-Jun-07 10:15 
Questionconfused arabic when reading from excel-file Pin
Pixinger777-Jun-07 20:29
Pixinger777-Jun-07 20:29 
Hi
I have an excel-table wich i use for a translation project. left side english right side the language that needs to be translated. I wrote a program that parses this table and will merge it with the C# resx files. in chinese it works very well but in arabic i fell into some problems.

I can see this text in the excel table:
{النتيجة الإجمالية - {0

If I convert the text, I finally get something like that (there is something twisted):
النتيجة الإجمالية - {0}

By the way, the same thing happends if you copy the cell from excel and paste it into the notepad.

I tried to convert the string by using system.text.encoding... but didn't get far.
Any suggestions or hints how to handle this problem?

Thanks in advance, greets Snow.
AnswerRe: confused arabic when reading from excel-file Pin
Muammar©7-Jun-07 21:38
Muammar©7-Jun-07 21:38 
AnswerRe: confused arabic when reading from excel-file Pin
Pixinger778-Jun-07 0:01
Pixinger778-Jun-07 0:01 
GeneralRe: confused arabic when reading from excel-file Pin
Pixinger778-Jun-07 0:02
Pixinger778-Jun-07 0:02 

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.