Apr 27, 2001 #1 elbow Programmer Apr 27, 2001 1 CA greetings, in the following function LRESULT CALLBACK MyProc(int nCode, WPARAM wParam, LPARAM lParam) from a hook dll, the wParam gets the virtual key code. My question is how can that be converred to ascii thanks
greetings, in the following function LRESULT CALLBACK MyProc(int nCode, WPARAM wParam, LPARAM lParam) from a hook dll, the wParam gets the virtual key code. My question is how can that be converred to ascii thanks
Apr 28, 2001 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB How about AnsiToOem and OemToAnsi? John Fill ivfmd@mail.md Upvote 0 Downvote