From: Emil Sandin Date: 2007-03-14T21:46:16+09:00 Subject: Mouse click with win32api Hi, I would like to write a script like this: mouse.move_cursor_to( x, y ) mouse.click_left_button() I have read that I can use AutoIt, but that the program has to have an ole interface for it to be possible. That autoit doesn't really move the mouse cursor, but rather tells the program to click a certain coordinate. Is it possible to do this using win32api instead of autoIt, or is there another neat way of acheive it? Regards Emil -- Posted via http://www.ruby-forum.com/.