MapVirtualKeyEx



Hi all

I am trying to figure out how to use MapVirtualKeyEx

I have this variable/structure:
Private kb_struct As KBDLLHOOKSTRUCT

I call the MapVirtualKeyEx like this:

MapVirtualKeyEx(kb_struct.scanCode, 2, GetKeyboardLayout(0))

But it does not return the ascii code of the character...
Please help.

TIA
Guy


.