Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
i want to implement commands like copy,paste,cut and delete in c++. In hear i want to generate tow or more keyboard key strokes in same time. how can i do this?
Posted

1 solution

http://msdn.microsoft.com/en-us/library/ms646310%28v=vs.85%29.aspx[^]

If you can use win32, SendInput will be helpful to create keystrokes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900