how to display Arabic correctly using CStatic?
I have stored Arabic strings in text file,
now i want to read it from the file, and display it in a CStatic control,
as i know Arabic is write right to left,
what should i do?
# 1 Re: how to display Arabic correctly using CStatic?
Take the resource view of your project and right click the static in the dialog ( or where ever it is ) , then select properties item, then select styles tab, then select right align for Align text combo
Now it will be shown aligning right
RinuRaj