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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -