Hi ..
I have RichTextBox .. if I opened a word 2003 ( or 2007 ) document and copied any table and paste it in it, the table's direction became Left-to-Right .. it reverse :
EX : this
---------------
|     TOP     |
---------------
|   1  |   2  |
---------------
after copy and paste in richtextbox became this :
---------------
|     TOP     |
---------------
|   2  |   1  |
---------------
is there any way to fix this ??
Thanx in advance
update :
I tried to save word file as .rtf and opened it with "Notepad++" then I copied the rtf code and put it in richtextbox.rtf property, I got the table but with same problem