R
raiderdav
I'm trying to make some software that is Right-To-Left capable for use
in Arabic and Hebrew. I'm running CE 6.0 and Compact Framework 2.0.
The Window Layout and Mirroring page on MSDN makes it sound as though
I can just call SetLayout and SetWindowLong and the whole form will
mirror: http://msdn.microsoft.com/en-us/library/aa913269.aspx
I can get the ControlBox and Form title text to flip to the other side
(maximize button in top left), but that's about it. I was assuming all
of the X,Y locations of the form controls would change when the origin
moved. Shouldn't a button that is on the left of a form move to the
right due to the Near / Far location?
Am I missing something obvious?
in Arabic and Hebrew. I'm running CE 6.0 and Compact Framework 2.0.
The Window Layout and Mirroring page on MSDN makes it sound as though
I can just call SetLayout and SetWindowLong and the whole form will
mirror: http://msdn.microsoft.com/en-us/library/aa913269.aspx
I can get the ControlBox and Form title text to flip to the other side
(maximize button in top left), but that's about it. I was assuming all
of the X,Y locations of the form controls would change when the origin
moved. Shouldn't a button that is on the left of a form move to the
right due to the Near / Far location?
Am I missing something obvious?