Hi,
I am using VS2003 C#.
I have a problem with tab control, i want the tabs to be at the right and
not for the left.
What i need to do ?
Tahnks ,
Yossi
Mick Doherty - 17 Dec 2005 12:29 GMT
http://www.dotnetrix.co.uk/tabcontrols.html --> Mirrored TabControl.

Signature
Mick Doherty
http://dotnetrix.co.uk/nothing.html
> Hi,
> I am using VS2003 C#.
[quoted text clipped - 4 lines]
> Tahnks ,
> Yossi
hileni - 01 Jan 2006 01:04 GMT
Hello yosi and Inbar!
by the look of your names i guess your also Israely, just like me, and i had
the same exact problem...
Well, i think i found the answer:
http://www.microsoft.com/middleeast/msdn/mirror.aspx
just add a reffernce from your project to the one given in the link (after
you downloded it...)and in the form write instead of the regular definition
" public class Form1 : System.Windows.Forms.Form "
write:
" public class Form1 : RTLSolutionCS.RTLForm "
good luck!!
> Hi,
> I am using VS2003 C#.
[quoted text clipped - 4 lines]
> Tahnks ,
> Yossi