It WORKS |
| Aldo Liaks replied to sundar k at 11-May-08 04:10 |
Hi Sundar,
tabControl1.Location = new System.Drawing.Point(Convert.ToInt32(rmLanguage.GetString("tabControl1.Location.X")), Convert.ToInt32(rmLanguage.GetString("tabControl1.Location.Y")));
That solution works fine, but that way I am gonna increasy drammatically the number of strings in my resources files.
Is there any other possibility?
Thanks :-) |
|