C
chook.harel
Hey there,
I'm programming for PPC2003SE using VS2005.
I'm not an experience programmer in C#, but I manage..
Anyhow, I need the messagebox to show a confirmation box rtl…
I used the following:
DialogResult rs = MessageBox.Show("×תה בטוח?", "יצי××”",
MessageBoxButtons.YesNo, new
MessageBoxIcon(),
new
MessageBoxDefaultButton());
if (rs == System.Windows.Forms.DialogResult.Yes)
{
// User clicked yes
}
As you might not see, the text between the "" is in Hebrew, but It is
displayed on the left side, instead of the right.
That's the only need for RTL in my program. Can any solution be
provided?
Thanks,
Chen
I'm programming for PPC2003SE using VS2005.
I'm not an experience programmer in C#, but I manage..
Anyhow, I need the messagebox to show a confirmation box rtl…
I used the following:
DialogResult rs = MessageBox.Show("×תה בטוח?", "יצי××”",
MessageBoxButtons.YesNo, new
MessageBoxIcon(),
new
MessageBoxDefaultButton());
if (rs == System.Windows.Forms.DialogResult.Yes)
{
// User clicked yes
}
As you might not see, the text between the "" is in Hebrew, but It is
displayed on the left side, instead of the right.
That's the only need for RTL in my program. Can any solution be
provided?
Thanks,
Chen