edit:
Send("hanzz" & Chr(252))
reply: hanzzü
so this works
but sending the ctrl + ü key doesnt work i tried following
Send("{ALTDOWN}" & Chr(252) & "{ALTUP}")
Hi,
thank you for your reply but it doesnt work
I tried:
Send("{ALTDOWN}Chr(252){ALTUP}")
But the Program accepts the Input not.
it returns als Chr(252)
C
hey community,
for a program i have to send the following keys:
strg + ü
like in outlook you can create a new email by the following keys:
str + n
could you please help me to sends the special character ü