Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

C++ Project


Zeke tAh FreKe's Avatar
The Merchant
0 0

Jist:

Building a project.

Need a way / function in C++ to type keys automatically.

Ex: I start prog, open notepad, and the text starts typing itself.

1


ghost's Avatar
0 0

Is there anything specific that you would want it to say? I don't know much c++, but i think you can create your own function that would output any data to wherever you want it to go.


Zeke tAh FreKe's Avatar
The Merchant
0 0

Basically anything. I want it to take over the keyboard and do the typing.

To regular inputs: notepad, forms etc

and maybe use Sleep() to slow it down


reaper4334's Avatar
Member
0 0

You can use keysends? There are a few problems with this though, like it's slight unreliability.

If you do want to use keysends, let me know and I'll find one of my old progs that uses them.

Reaper


ghost's Avatar
0 0

It'd be a great project to recreate the keysend C++ library from scatch. Now, that's something worth while doing. And implementation of more advanced functions in the library would also be beneficial and more customized to your own project.


ghost's Avatar
0 0

use the SendMessage function to seend key stroke messages


ghost's Avatar
0 0

i was about to say, use the WINAPI sendmessage method :)