Right To Left Tab

  • Thread starter Thread starter Yossi And Inbar
  • Start date Start date
Y

Yossi And Inbar

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
 
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!!
 
Back
Top