right to left layout
C / C++ / MFC
6
Posts
3
Posters
0
Views
1
Watching
-
hi when i use the right to left layout property in a dialog, the following error appeare: undefined keyword or key name: WS_EX_LAYOUT_RTL can any body help me. Best Regards :)
-
I think that is a bug in VC6. The correct style to use would be
WS_EX_LAYOUTRTL
. Edit that by hand in the .rc file... /moliate -
hi when i use the right to left layout property in a dialog, the following error appeare: undefined keyword or key name: WS_EX_LAYOUT_RTL can any body help me. Best Regards :)