0xFFFFB0FF
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know how VB translates extended keycodes (exspecialy on WinXP). When ALT+0176 is pressed, the keycode should be 0xB0 but we get 0xFFFFB0FF instead. Signed: John R. Shaw Blast: I must remember to find my password!
Hi John, I am in no way a Hex expert, but the similarity of 0xB0 and 0xFFFFB0FF make me wonder if .NET is just specifying a longer format of the same value. dotNET also has several conversion classes that may help in the process, like converting from Hex to Decimal or bit conversions. Probably of no help, but I hope it sparks some ideas, Scott Page