mafuko
15 years agoOccasional Contributor
Incomplete keyboard input
Hi,
I have problems with writing a string to the form which is coded in VB6. When i want to write "Žilina" it send a warning:
Incomplete keyboard input > Some characters cannot be interpreted as keystrokes in the string 'Žilina'. See the description of the Keys function in the help system.
The string which is finaly in the form is "ilina"
The letter "Ž" is in Slovak language. The code of my program is here :
Set Proces=GetProcess("intro")
Set Okno=Form("P_JazdyX")
Call TypeTo(Okno,"Usi.Frame2.txtZaciatok","Žilina")
In Windows Vista - Slovak language I havent problem with this, and it works great. But problem is with Windows XP English. Small letter "ž" it write without problems too.
Can you help me please ?
I have problems with writing a string to the form which is coded in VB6. When i want to write "Žilina" it send a warning:
Incomplete keyboard input > Some characters cannot be interpreted as keystrokes in the string 'Žilina'. See the description of the Keys function in the help system.
The string which is finaly in the form is "ilina"
The letter "Ž" is in Slovak language. The code of my program is here :
Set Proces=GetProcess("intro")
Set Okno=Form("P_JazdyX")
Call TypeTo(Okno,"Usi.Frame2.txtZaciatok","Žilina")
In Windows Vista - Slovak language I havent problem with this, and it works great. But problem is with Windows XP English. Small letter "ž" it write without problems too.
Can you help me please ?