Right To Left Allignment of Dialog Box....Microsoft Bull-Shit
-
when i set the "Right to left Layout" property of Dialog. the compilation greets me with the error " Dlg1.rc (89): error RC2104 : undefined keyword or key name: WS_EX_LAYOUT_RTL" The complier generates this error as "WS_EX_LAYOUT_RTL" is not found.I have checked the same thing in Windows98 and Windows 2000 Operating system. What should I do.I want to change the allignment of Dialog. 2nd Qusetion. I want to change the allignment at run time....and Dialog has been statistically created. Is it possible to change its allignment at run time. Have a good wishes for HELPER :-D
-
when i set the "Right to left Layout" property of Dialog. the compilation greets me with the error " Dlg1.rc (89): error RC2104 : undefined keyword or key name: WS_EX_LAYOUT_RTL" The complier generates this error as "WS_EX_LAYOUT_RTL" is not found.I have checked the same thing in Windows98 and Windows 2000 Operating system. What should I do.I want to change the allignment of Dialog. 2nd Qusetion. I want to change the allignment at run time....and Dialog has been statistically created. Is it possible to change its allignment at run time. Have a good wishes for HELPER :-D
Its a bug in Visual Studo. Replace with WS_EX_LAYOUTRTL. Have a look at http://www.microsoft.com/msj/defaultframe.asp?page=/msj/0499/multilangunicode/multilangunicode.htm&nav=/msj/0499/newnav.htm Michael :-)