Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: Random Number [modified] Pin
Alaric_28-Aug-07 6:05
professionalAlaric_28-Aug-07 6:05 
AnswerRe: Random Number Pin
originSH28-Aug-07 6:10
originSH28-Aug-07 6:10 
GeneralRe: Random Number Pin
Yitzchok Dev28-Aug-07 10:40
Yitzchok Dev28-Aug-07 10:40 
GeneralRe: Random Number Pin
Guffa28-Aug-07 21:05
Guffa28-Aug-07 21:05 
AnswerRe: Random Number Pin
Dan Neely28-Aug-07 10:53
Dan Neely28-Aug-07 10:53 
QuestionForeColor in Combobox control Pin
polishprogrammer28-Aug-07 5:19
polishprogrammer28-Aug-07 5:19 
AnswerRe: ForeColor in Combobox control Pin
Martin#28-Aug-07 5:58
Martin#28-Aug-07 5:58 
QuestionHebrew or Arabic string in TextBox - characters are reordered automatically for displaying Pin
wex_pl28-Aug-07 4:51
wex_pl28-Aug-07 4:51 
Hi!
I encountered a problem when setting TextBox.Text variable to String which contains both right-to-left (ex. Arabic or Hebrew) and left-to-right (ex. digits) characters. The characters from this string are automatically reordered for display. For example, when I put there a String

"1" + \u05d0 + "2" + \u05e1
(four characters - two digits and two hebrew)

the TextBox displays text
"1" + \u05e1 + "2" + \u05d0
(two hebrew characters are exchanged).

What I noticed during analyzing this issue:
1. String isn't changed itself - when I print TextBox.Text in Console, it is the same as it was previously - so it is only a matter of displaying.
2. Display order is changed after setting TextBox.RightToLeft property to Yes. However, it still differs from the original one.

Is there any option to present String in TextBox as is? (in raw mode)? I've googled a lot, but unfortunately didn't find any solution.

Thanks in advance for your reply,
Tomek.
QuestionXmlTextReader Clean Up Pin
swjam28-Aug-07 4:48
swjam28-Aug-07 4:48 
AnswerRe: XmlTextReader Clean Up Pin
Scott Dorman28-Aug-07 5:05
professionalScott Dorman28-Aug-07 5:05 
QuestionVariable transfer between different .net Programs Pin
Der M28-Aug-07 4:29
Der M28-Aug-07 4:29 
AnswerRe: Variable transfer between different .net Programs Pin
led mike28-Aug-07 4:46
led mike28-Aug-07 4:46 
AnswerRe: Variable transfer between different .net Programs Pin
DavidNohejl28-Aug-07 5:44
DavidNohejl28-Aug-07 5:44 
GeneralRe: Variable transfer between different .net Programs Pin
Der M28-Aug-07 7:08
Der M28-Aug-07 7:08 
Questiondecimal values Pin
jon-8028-Aug-07 3:56
professionaljon-8028-Aug-07 3:56 
AnswerRe: decimal values Pin
Colin Angus Mackay28-Aug-07 4:13
Colin Angus Mackay28-Aug-07 4:13 
AnswerRe: decimal values Pin
Scott Dorman28-Aug-07 4:15
professionalScott Dorman28-Aug-07 4:15 
GeneralRe: decimal values Pin
Colin Angus Mackay28-Aug-07 5:22
Colin Angus Mackay28-Aug-07 5:22 
GeneralRe: decimal values Pin
Scott Dorman28-Aug-07 7:12
professionalScott Dorman28-Aug-07 7:12 
QuestionCreating DLL's Pin
Dewald28-Aug-07 2:39
Dewald28-Aug-07 2:39 
AnswerRe: Creating DLL's Pin
led mike28-Aug-07 4:59
led mike28-Aug-07 4:59 
AnswerRe: Creating DLL's Pin
sthotakura28-Aug-07 5:26
sthotakura28-Aug-07 5:26 
QuestionThe "using" statements at the top of a .cs Pin
Vodstok28-Aug-07 2:32
Vodstok28-Aug-07 2:32 
AnswerRe: The "using" statements at the top of a .cs Pin
Martin#28-Aug-07 2:41
Martin#28-Aug-07 2:41 
GeneralRe: The "using" statements at the top of a .cs Pin
Vodstok28-Aug-07 2:46
Vodstok28-Aug-07 2:46 

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.