Hi,

I use the 'System.Windows.Forms.KeysConverter.ConvertToString' method
to convert keystrokes to german text and display them into a textbox.
For a lot of keys it works without any problems e.g.
Ctrl (Strg), Shift (Umschalt), Alt (Alt), o PgUp (Bild-Auf), PgDown
(Bild-Ab), Ins (Einfg), Del (Entf) and Home (Pos1). But for Left,
Right, Up, Down, Clear no translation is done.
Does anybody know if this is a bug in the German Language Pack for
.net framework 1.1 ? or/and some workaround to solve this problem.

Thanks for any help.

Ralph

Re: Problem with .net framework 1.1 german language pack by Wiktor

Wiktor
Thu Aug 18 08:20:21 CDT 2005

> I use the 'System.Windows.Forms.KeysConverter.ConvertToString' method
> to convert keystrokes to german text and display them into a textbox.
> For a lot of keys it works without any problems e.g.
> Ctrl (Strg), Shift (Umschalt), Alt (Alt), o PgUp (Bild-Auf), PgDown
> (Bild-Ab), Ins (Einfg), Del (Entf) and Home (Pos1). But for Left,
> Right, Up, Down, Clear no translation is done.
> Does anybody know if this is a bug in the German Language Pack for
> .net framework 1.1 ? or/and some workaround to solve this problem.
>

does it happen on NT systems? I had similar problem with polish language
pack but it appeared only on 16-bit Windows (98 and ME).

Wiktor Zychla



Re: Problem with .net framework 1.1 german language pack by Ralph

Ralph
Thu Aug 18 09:14:38 CDT 2005

It happens on a german XP System :(

Ralph