Re: Change language keyboard
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Hello George with thanks !
No luck. Nothing changes.
What was the meaning of sending these two characters ? Are you trying to
emulate the "Alt + Swift" procedure ?
By the way, is this possible ? I wouldn't mind doing something that lame in
order to get the job done.
Best regards
Marios
"George Bashore" <gbashore@xxxxxxxx> wrote in message
news:eGbbFGzJGHA.208@xxxxxxxxxxxxxxxxxxxxxxx
> Amarios try this code with 3 textboxes.
> I installed Russian, Greek and English and I think this works.
> I don't know Greek and Russian but something is coming up in the 2
textboxes
> that I can't read.
> George
>
>
> Option Explicit
>
> Private Sub Form_Load()
> Text1.Text = ""
> Text2.Text = ""
> Text3.Text = ""
> End Sub
>
> Private Sub Text1_GotFocus()
> SendKeys "%+"
> End Sub
>
> Private Sub Text2_GotFocus()
> SendKeys "%+"
> End Sub
>
> Private Sub Text3_GotFocus()
> SendKeys "%+"
> End Sub
>
>
>
>
>
> "Amarios" <amario-NO-SPAM@xxxxx> wrote in message
> news:ex1iZmvJGHA.3144@xxxxxxxxxxxxxxxxxxxxxxx
> > Hello all,
> >
> > "the following message was sent to another ng also - with no luck ..."
> >
> > i have three languages installed in my system. How can i change them
> > through
> > code ?
> >
> > My plan is, when a TextBox that receives only one language info gots
focus
> > the prefered language is selected. As soon as it loses focus another is
> > selected.
> >
> > Best regards
> > Marios
> >
> >
>
>
.
Relevant Pages
- Re: Change language keyboard
... It installs the keyboard on ... "George" is also George in the Greek language. ... Private Sub Text1_GotFocus ... (microsoft.public.vb.general.discussion) - Re: activating a command button
... Option Explicit ... MsgBox "hi from George" ... Private Sub George_Click ... (microsoft.public.excel.misc) - Re: Default Value
... value for the control. ... Paul Overway ... "George" wrote in message ... > Private Sub Man_Number_AfterUpdate ... (microsoft.public.access.forms) - Re: User Name / Password set-up
... Private Sub Form_BeforeUpdate ... George Nicholson wrote: ... simple database security may be sufficient for you ... >(Tools>Security>Set Database Password). ... (microsoft.public.access.queries) - Re: Input Message macro
... George ... >> Private Sub Worksheet_Change(ByVal Target As Excel.Range) ... >> vlookup formula based on the first three digits of the Active.Cell. ... (microsoft.public.excel.programming) |
|