.net - C# Winform Label reversed on Vista -
I develop and compile Winform applications in C # with an unmanaged C ++ library on the XP computer. On Vista , everything works fine (excluding C + + DLL, results and curves, ...) and label component except problem of displaying
F (t / m) is displayed (F (T / M)
L (%) (%) L
Ra is displayed [ra / ra >
These 3 values correspond to the text properties of the 3 label component. These values are directly on the designer No coding.
Do anyone have any ideas to fix this problem?
Thank you in advance
Your problem reminds me of a year ago - it has to do with RTL (right to left) property of control. On label controls, or anywhere can RTL 'true' or otherwise inside DLL?
Comments
Post a Comment