[Help]Sending text to a program, without having it on the foreground via hotkey
Hey guys, hope you can help me out, I'm busy making a Bindtool which let's you bind a key and sends the text in a textbox to a program. But I'm stuck at the part where it let's you send the text in the textbox to the program with a hotkey, so I hope someone here could help me out.. Please let me know quick (: and thanks in advance since you're spending your time for me :'D
you mean like sendkeys?
if so google (how to make a spammer in vb.net)
I've mad something like this Bf a while ago.
With SendMessage I'm pretty sure you've got to access the handle of the textarea in your desired project, I know when I made a simple one for notepad, you get the main window handle, then find the handle of the "edit" area, then set the text. You'd need to figure out the new processes "edit" area (where the text is written) and then get its handle to send the message.
Ok, so in my program I can only make this work for one or other known programs which I know the "edit" area from?(In my program I let the user select the .exe he/she wants and I want to send the text from textbox1 to that program)
Ok well thanks, and also Jason 'f course (:
/requesting close.