Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1. I wrote a program to use with two keyboards.

For example: If I have two open documents in Word, the message from keyboard 1 goes to document 1 and keyboard 2 to document 2. When I receive a message in document 1, I lose focus in the second document. I want to know how I can set the focus back to the same point that I lost it.

2. Does anyone know If I can do a mouse click at a different place than the current cursor location (for using two mice at the same time)?

Thanks all.
Posted
Updated 8-Dec-09 14:18pm
v3

1 solution

have you tried to use a function in "users32.dll" called FindWindow?
 
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