공부/Cpp
[Code Project]Keyboard Events Simulation using keybd_event() function
잠수함토끼
2008. 8. 2. 23:40
Introduction
Simulation of a keyboard input is a well known concept for those who are all familiar with Visual Basic. SendKeys()
in Visual Basic does all the things, if you want to do anything without keyboard. But what is in SendKeys()
function? What does it do? Can we do such a thing with Visual C++? This article is the answer. I think this will be useful for beginners who are all just trying to do something different with VC++. Let us get into the steps…
출처: http://www.codeproject.com/KB/system/keyboard.aspx