Jump to content

How to send keystrokes to an icon in SystemTray?


Recommended Posts

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

:)

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

:(

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...