There are two possible reasons for this.
(1) Your Windows platform doesn't support RightToLeft, such as Arabic or
Hebrew Windows??.
(2) The container, which your control is sitting on, does not implement the
RightToLeft property.
Rocky
Quote:
> Hi experts,
> I use VB6 on Win2k platform but I've got a problem.
> I cannot change the RightToLeft property of Textbox (RToL reading order)
> from False to True, it is always False. What's wrong ?
> Thanks