I want to start building an application that can help me to write same text simultaneously in 2 different messenger windows.
I just want some ideas, sdk’s, if it is possible on Windows 7.
I ve heard about CPN Mouse Project, but that is for XP. Also, now I am downloading Windows Multi-Point Mouse SDK from Microsoft.
Any other ideas?
Thanks.
If I understand your question, you simply want a program in which you can type in messages and it will send it to other windows, eg. a messenger app. This can be done using SendKeys.
You may also want to take a look at this.