Hello everybody,
How to a raise a keypress event for Special Character for typing extended ASCII Characters ?
Sample code snippet :
keybd_event vbKeyE, 0, KEYEVENTF_KEYDOWN, 0
Is there any alternative so that I can use KeyCode for Special character [ E.g. Chr$(122) ] instead of predefined and limited VbKeyA, VbKeyB, VbKeyC ..... etc ?
Waiting for your reply.
Regards,
Shankar