Hi guys ...
I'm trying to have a simple TextBox with below features :
1-MultiLine = True
2-Alingment = Right Justify
3-RightToLeft = true
4-Writting languages which are RightToLeft (Like Persian and ...)
The two first features are set without any problem , but when i try to change the RightToLeft to true property ( because of feature num 4) , It does not accept true property when i click on it!!( it is always on False as default property) ( I tried to write something like : Text1.RighToLeft=True in Private Sub Form_Load() , It does not Work!)
I have been trying to change other options like alignment Left Justify and ... to see whether it works or not . Eventually, It didn't show any reaction!
I have to use textbox because of it MultiLine feature.
I was wondering if anybody could solve this problem , Thanks :wave:
I'm trying to have a simple TextBox with below features :
1-MultiLine = True
2-Alingment = Right Justify
3-RightToLeft = true
4-Writting languages which are RightToLeft (Like Persian and ...)
The two first features are set without any problem , but when i try to change the RightToLeft to true property ( because of feature num 4) , It does not accept true property when i click on it!!( it is always on False as default property) ( I tried to write something like : Text1.RighToLeft=True in Private Sub Form_Load() , It does not Work!)
I have been trying to change other options like alignment Left Justify and ... to see whether it works or not . Eventually, It didn't show any reaction!
I have to use textbox because of it MultiLine feature.
I was wondering if anybody could solve this problem , Thanks :wave: