B
Brian Smith
Try this in a winforms project:
1. add checkbox to form
2. set Text = "abc (def)"
3. set RightToLeft to Yes
On my PC it displays as "(abc (def" - and seems to do this for any type of
punctuation and any text. Bizarre!
A colleague reports the same problem using Graphics.DrawString(), so it
looks like a GDI bug.
This is .Net 1.1 SP1 on WinXP Pro SP2
brian smith
1. add checkbox to form
2. set Text = "abc (def)"
3. set RightToLeft to Yes
On my PC it displays as "(abc (def" - and seems to do this for any type of
punctuation and any text. Bizarre!
A colleague reports the same problem using Graphics.DrawString(), so it
looks like a GDI bug.
This is .Net 1.1 SP1 on WinXP Pro SP2
brian smith