Click here to Skip to main content
15,891,764 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
See more:
Hi all,
I would appriciate if someone can tell me how to change a
dialog layout dynamically so that tabs in a tab control would be ordered from right to left
thanks

dj4400
Posted
Updated 4-May-10 4:50am
v2

1 solution

SetWindowLong(hTabCtrl,GWL_EXSTYLE,WS_EX_LAYOUTRTL);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900