Nevermind, I have solved the problem using the sendkey wizard!
#############
Dear community,
I hope you can help me with an issue I am experiencing recently.
I have a small macro which is basically sending an F2 keystroke to an application called "Weather Channel LOG" on regular intervals.
This application cannot be on foreground so I thought I needed to use handles....but since it is the first time I might be doing something wrong.

If I use something simple like this:
Code: Select all
GetWindowHandle>Weather Channel LOG,handle
ObjectSendKeys>handle,VK_F2
Code: Select all
GetWindowHandle>Weather Channel LOG,handle
FindObject>handle,Button,Rename,1,hWnd,intLeft,intTop,intRight,intBottom,strText
ObjectSendKeys>hWnd,VK_F2
I post here my View System Windows.

Any help is much appreciated!
Best,