I am trying to figure out how to do a simple CTRL+LeftClick with a mouse..

I have tried AutoIT and EventCorder with no success with this..

The application that I am working with does not accept the Space bar with a CTRL to "tag" the lines in the application..

Here is my AutoIT Code:
code:
WinWaitActive, Borrower Files
MouseMove, 100, 45
Send,^
LeftClick, 100, 45
MouseMove, 100, 59
Send,^
LeftClick, 100, 59
MouseMove, 100, 73

I have also tried:
Here is my AutoIT Code:
code:
WinWaitActive, Borrower Files
MouseMove, 100, 45
Send,^+LeftClick, 100, 45
MouseMove, 100, 59
Send,^+LeftClick, 100, 59
MouseMove, 100, 73

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's