Home All Groups Group Topic Archive Search About
Author
19 Jan 2006 7:38 AM
Emrani
when i write my code (by .net 2005), some labels in farsi that must be shown
in right to left manner, my pocket pc(MC50) shows them in left to right
manner and in addition it separates characters from each other.

Author
19 Jan 2006 11:48 AM
Ken Tucker [MVP]
Hi,

        Take a look at the form and control righttoleft property

http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.righttoleft.aspx

Ken
----------------
Show quoteHide quote
"Emrani" <Emr***@discussions.microsoft.com> wrote in message
news:F4431E3B-B920-40DE-AD6F-80FC257E9994@microsoft.com...
> when i write my code (by .net 2005), some labels in farsi that must be
> shown
> in right to left manner, my pocket pc(MC50) shows them in left to right
> manner and in addition it separates characters from each other.
Author
19 Jan 2006 5:36 PM
Emrani
Dear Ken,

I saw the link you suggested and copy codes to my program. But development
enviroment(.NET framework) took "RighttoLeft" as " Type is not defined. I
improts "system.windows.forms", but the error remind.

Show quoteHide quote
"Ken Tucker [MVP]" wrote:

> Hi,
>
>         Take a look at the form and control righttoleft property
>
> http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.righttoleft.aspx
>
> Ken
> ----------------
> "Emrani" <Emr***@discussions.microsoft.com> wrote in message
> news:F4431E3B-B920-40DE-AD6F-80FC257E9994@microsoft.com...
> > when i write my code (by .net 2005), some labels in farsi that must be
> > shown
> > in right to left manner, my pocket pc(MC50) shows them in left to right
> > manner and in addition it separates characters from each other.
>
>
>