일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Lotto
- mean
- 삼성소프트웨어멤버십
- CNN
- javascript
- index
- dataframe
- DFS
- GT-S80
- LSTM
- RNN
- synology
- pandas
- ipad
- imread
- Numpy
- SciPy
- pip
- 알고리즘
- Button
- install
- SPL
- keras
- E-P1
- GitHub
- pycharm
- mariadb
- Splunk
- Python
- Series
Archives
- Today
- Total
잠토의 잠망경
[Code Project]Keyboard Events Simulation using keybd_event() function 본문
공부/Cpp
[Code Project]Keyboard Events Simulation using keybd_event() function
잠수함토끼 2008. 8. 2. 23:40Introduction
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
Comments