vb.net - RightToLeft on inputBox - VB -


how create inputbox in 'righttoleft', text , buttons in inputbox right left in vb?

most individual windows forms controls have right-to-left property. suggest instead of creating inputbox, create form using textbox , button controls right-to-left turned on.

there pretty decent (if dated) information on globalizing windows forms here: microsoft develop network: globalizing windows forms


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -