Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Tazo on August 29, 2006, 01:50 AM

Title: Simulated Click?
Post by: Tazo on August 29, 2006, 01:50 AM
Is it possible to send a left mouse click where the cursor currently is to an external app?

Auto-IT style, in other words, the target app is the current window.

Thanks
Title: Re: Simulated Click?
Post by: FrOzeN on August 29, 2006, 02:00 AM
Yes, it's possible.

Didn't you already do this before though? (http://forum.valhallalegends.com/index.php?topic=14978.0)
Title: Re: Simulated Click?
Post by: Tazo on August 29, 2006, 10:10 AM
Quote from: FrOzeN on August 29, 2006, 02:00 AM
Yes, it's possible.
Thanks, asshole.

Before, I wanted to send to certain coords on a minimized program.

Now, I just want to click where the mouse is.

I'm going to use mouse_event. Thanks.