473,320 Members | 2,083 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

How to move Kyboard to local Lang

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??
Jul 21 '05 #1
10 1406
have you used the InputLanguage class?

Mtcc wrote:
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??

Jul 21 '05 #2
have you used the InputLanguage class?

Mtcc wrote:
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??

Jul 21 '05 #3
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?

"Uri Dor" <re***************@mivzak.com> wrote in message
news:uV*************@TK2MSFTNGP10.phx.gbl...
have you used the InputLanguage class?

Mtcc wrote:
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??

Jul 21 '05 #4
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?

"Uri Dor" <re***************@mivzak.com> wrote in message
news:uV*************@TK2MSFTNGP10.phx.gbl...
have you used the InputLanguage class?

Mtcc wrote:
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??

Jul 21 '05 #5
one more question, for what is property form.language?

"Uri Dor" <re***************@mivzak.com> wrote in message
news:uV*************@TK2MSFTNGP10.phx.gbl...
have you used the InputLanguage class?

Mtcc wrote:
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??

Jul 21 '05 #6
one more question, for what is property form.language?

"Uri Dor" <re***************@mivzak.com> wrote in message
news:uV*************@TK2MSFTNGP10.phx.gbl...
have you used the InputLanguage class?

Mtcc wrote:
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??

Jul 21 '05 #7
for that you'll need to attach to the control's Focus event and set the
language according to the RTL.
Mtcc wrote:
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?

"Uri Dor" <re***************@mivzak.com> wrote in message
news:uV*************@TK2MSFTNGP10.phx.gbl...
have you used the InputLanguage class?

Mtcc wrote:

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??


Jul 21 '05 #8
for that you'll need to attach to the control's Focus event and set the
language according to the RTL.
Mtcc wrote:
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?

"Uri Dor" <re***************@mivzak.com> wrote in message
news:uV*************@TK2MSFTNGP10.phx.gbl...
have you used the InputLanguage class?

Mtcc wrote:

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??


Jul 21 '05 #9
dunno

Mtcc wrote:
one more question, for what is property form.language?

"Uri Dor" <re***************@mivzak.com> wrote in message
news:uV*************@TK2MSFTNGP10.phx.gbl...
have you used the InputLanguage class?

Mtcc wrote:

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??


Jul 21 '05 #10
dunno

Mtcc wrote:
one more question, for what is property form.language?

"Uri Dor" <re***************@mivzak.com> wrote in message
news:uV*************@TK2MSFTNGP10.phx.gbl...
have you used the InputLanguage class?

Mtcc wrote:

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??


Jul 21 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Patrick Hoffmann | last post by:
hi folx, today I had "multithreading" trouble with the following code (MS VC++6/optimized compiling): --------------------------- class myclass { static int s_nNext; public:
11
by: supreeth | last post by:
Hi, Would like to know how to move a file in c++ programmatically.Something like File.Move in .net environment. I am not looking at Invoking the 'move' command through the 'System'. Or...
18
by: Xiangliang Meng | last post by:
Hi. void setValue(int n) { int size = getValueLength(); int buffer_p; if (buffer_p) { ....
10
by: Mtcc | last post by:
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...
10
by: Robert | last post by:
I have an app that was originally 1.1, now migrated to 2.0 and have run into some sporadic viewstate errors...usually saying the viewstate is invalid, eventvalidation failed or mac error. My web...
13
by: maflatoun | last post by:
Hi, I have the following function to convert UTC time to Local time. It works perfect for GMT- (Minus) time zones however it provides incorrect results for GMT+(Plus) time zones? // Format to...
33
by: Frederick Gotham | last post by:
(My dialect of English seems to puzzle people at times, so I'll first clarify a few terms which I use in the following post:) (1) By "domestic", I mean "ordinary, run-of-the-mill, not...
29
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I...
10
by: Jess | last post by:
Hello, If a function that returns an array of char like this one: const char* f(){ return "abc"; } then is the char array "abc" local/temporary object? I thought it should be temporary...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.