Hi all

Is it possible to get the name of a key on the keyboard but only knowing the virtual-key code? I know you can store all the key names and use it as a list to get the name. But isn’t it possible to get it from a windows API? I also know that you can use the GeyKeyNameText API function but that requires an lParam parameter with keystroke information but isn’t it possible to fake an lParam message and use it in GeyKeyNameText? Or are there other methods or functions of getting the key name from a virtual-key code?