M
M O J O
Hi,
I have a TextBox on my form.
I capture the KeyDown event and examines the e.KeyValue - that is, I
examine it like this: dim chr = chr(KeyValue).
This seams to work ok .... well almost.
In Denmark we have some special characters like this one (hope you can
see it): "ø", which is a circle with a line through it.
The text box writes the special characters without any problem, but the
chr(e.KeyValue) shows a strange character and e.KeyCOde & e.KeyData
writes OemQuotes.
What is going on here? Do I have to set some kind of localize info??
Thanks!!
M O J O
I have a TextBox on my form.
I capture the KeyDown event and examines the e.KeyValue - that is, I
examine it like this: dim chr = chr(KeyValue).
This seams to work ok .... well almost.
In Denmark we have some special characters like this one (hope you can
see it): "ø", which is a circle with a line through it.
The text box writes the special characters without any problem, but the
chr(e.KeyValue) shows a strange character and e.KeyCOde & e.KeyData
writes OemQuotes.
What is going on here? Do I have to set some kind of localize info??
Thanks!!
M O J O