Jump to content

Recommended Posts

Posted

Hi Everyone!

I'm a newbie to AutoIt, but so far it has been a very positive and interesting acquaintance!!

I need to control an application in Systemtray. How can I right-click the "correct" icon, left-click the correct menu item, and send keys to the following dialog box?

I have search for a solution in this forum, but have not found anything.... (this might of course be because I really dont know what to search for)..

Can someone please help me with an example of how this can be done??

Regards

Roy

:)

Posted

Hi Everyone!

I'm a newbie to AutoIt, but so far it has been a very positive and interesting acquaintance!!

I need to control an application in Systemtray. How can I right-click the "correct" icon, left-click the correct menu item, and send keys to the following dialog box?

I have search for a solution in this forum, but have not found anything.... (this might of course be because I really dont know what to search for)..

Can someone please help me with an example of how this can be done??

Regards

Roy

:)

Examine the System Tray with AU3Info.exe and you'll find it's made up of ordinary window controls, like Toolbar and Button. Look at the code I posted here for examples of manipulating them like any other. Then find yours and just ControlClick() it.

:(

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

Examine the System Tray with AU3Info.exe and you'll find it's made up of ordinary window controls, like Toolbar and Button. Look at the code I posted here for examples of manipulating them like any other. Then find yours and just ControlClick() it.

:)

That's what I call quick answer - Thanks!!

I'll give it a go tomorrow morning!!

Roy

:(

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...