RE: Sendkeys and strange program behavior

2002-08-01 Thread Fernando Madruga
Does anyone know how to sendkeys a mouse click? Nope. And you'll have to use something different. You may, however, be able to TAB into the button control, maybe it's just not focused... HTH, Fernando Madruga ___ Perl-Win32-Users mailing list

RE: Sendkeys and strange program behavior

2002-08-01 Thread Jamie . Echlin
AutoIt might be more what you're looking for, or you could certainly control it from perl. Search on google for it. hth, jamie -Original Message- From: Fernando Madruga [mailto:[EMAIL PROTECTED]] Sent: 01 August 2002 18:36 To: [EMAIL PROTECTED] Subject: RE: Sendkeys and strange program

RE: Sendkeys and strange program behavior

2002-08-01 Thread Randy W. Sims
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael D. Smith Sent: Thursday, August 01, 2002 12:38 PM To: [EMAIL PROTECTED] Subject: Sendkeys and strange program behavior I've been using sendkeys to start some username/password programs. A

RE: Sendkeys and strange program behavior

2002-08-01 Thread Michael D. Smith
I have never used sendkeys, but if you can use it to pass control keys, try sending a ctrl-J. I've tried that sequence manually and it works, so if sendkeys can send control keys it should work. ctrl anything produces the windows default sound. It's not working the way the other windows do