I want to change keyboard key output string with vb.net and I have got some function how to do it.
But what to do with this functions:
unhookwindowshookex
setwindowshookex
getasynckeystate
callnexthookex
getforegroundwindow
keybd_event
sendmessage.
Please give me sample code by using these functions.
- the app loads keyboard string from a xml.
Like:
<keylayouts> <key keycode="77"> <normaltext>~</normaltext> <shifttext>^</shifttext>
sorry for my bad question but i need it.