Try This |
| Sanjay Verma replied to Aldo Liaks at 12-May-08 01:46 |
This will give you error.. Try simple way. take one boolean variable. Now check the value of rmLanguage.GetString("tabControl1.RightToLeftLayout") as string.
check the value in if condition and set the value of your boolean variable accordingly.
like if rmLanguage.GetString("tabControl1.RightToLeftLayout") == "false" then blVariable = false, Else blVariable = true;
It will work more effectively. |
| Biography |
| Asp.Net Developer |
|