Posted: Tue Jan 30, 2007 7:00 pm Post subject: Typing text through VB!
I want to be able to activate a window and then send keys to it so I can bot in an online game. What I want is a way to send keys to an app!
Sponsor Sponsor
Cinjection
Posted: Mon Mar 05, 2007 3:43 pm Post subject: Re: Typing text through VB!
rav3n @ Tue Jan 30, 2007 7:00 pm wrote:
I want to be able to activate a window and then send keys to it so I can bot in an online game. What I want is a way to send keys to an app!
You have to use Hooks. I'm not sure if Visual Basic even supports hooks, but if it does, you will need to use them. I'm not too sure on how hooks work, I just know that you will need to use those to send keys to the app without giving it focus and all that.