How to move Kyboard to local Lang

  • Thread starter Thread starter Mtcc
  • Start date Start date
M

Mtcc

it seem like microsoft support in .NET control for ME lenguage to write
Right-to-left (RTL)
but until now i not success to get textbox that get in Run time RTL kyboard?

i set Lang in Form to ME lang, and i set all RTL property to yes??
 
fine.
if i understand need to write code when we enter to the form to chnge
current Lang.
but heare is a problam. my form is mix tow lang. and i need that current
lang
automat changed according the RTL property.

it is can do that without create my own textbox and data grid?
 
for that you'll need to attach to the control's Focus event and set the
language according to the RTL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top