thebarneycrew Posted March 1, 2007 Posted March 1, 2007 Hi, I want autoit to right click on an icon in the system tray and choose one of the context menu items. Is this possible?
HardHackz Posted March 1, 2007 Posted March 1, 2007 Hi,I want autoit to right click on an icon in the system tray and choose one of the context menu items. Is this possible?If you can get the dimensions that will be the same every time you can do...MouseClick("right",x,y)MouseClick("left",x,y) [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
jefhal Posted March 1, 2007 Posted March 1, 2007 Hi,I want autoit to right click on an icon in the system tray and choose one of the context menu items. Is this possible?This might be a job for the pixelsearch in combination with HardHackz idea above... see what the forum has to say about pixelsearch ...by the way, it's pronounced: "JIF"... Bob Berry --- inventor of the GIF format
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now