cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Virtual Key Codes( 3 Days to go for pro
Virtual Key Codes( 3 Days to go for project Submission)
Dec 11, 2013 at 1:49pm UTC
programmerx
(32)
Hi all,
i am making a keylogger application. I have successfully stored almost every key to Log file using Virtual Key Codes mentioned at
http://msdn.microsoft.com/en-us/library/ms927178.aspx
but i was unable to implement the following Key Codes
VK_OEM_1( ;:) , VK_OEM_2 (/ ?) etc and these kind of characters
Do they require something different ...
Please help me out i have to submit my project within 3 days.
Dec 11, 2013 at 9:47pm UTC
yulingo
(233)
I'm not totally familiar with that, but you probably need to use an escape sequence or something similar for those characters.
Dec 11, 2013 at 10:19pm UTC
MatthewRock
(481)
You are using platform-specific functions(these depend on Windows). I would recommend you heading to Windows Programming. You are more likely to get an answer there.
Dec 13, 2013 at 7:32am UTC
programmerx
(32)
Thanks yulingo and MattewRock for your replies and help.
i am done with the problem but its a long thing to explain here as i am busy with the project.
Any one who is having the same problem please dont hasistate to ask
Thanks again.
Topic archived. No new replies allowed.