473,387 Members | 1,585 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,387 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 1408
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.