sahaine Posted March 19, 2011 Posted March 19, 2011 I need to send Alt+fo to a window which may / may not be active. I have written a script which works great untill you minimise the RDP ression it is running in, then the Send("!fo") is never recieved by the window I have used SendKeepActive but to no avail. I guess it is because the window is not, and cannot be active when the rdp session it is minimisd. I have seen some other post that seem to point at using the DllCall but non of them use the Alt key combination. Any help would be greatfully recieved. Thanks Steve
somdcomputerguy Posted March 19, 2011 Posted March 19, 2011 Why can't you use ControlSend? - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
sahaine Posted March 19, 2011 Author Posted March 19, 2011 Why can't you use ControlSend?The alt FO relates to a menu item within the application which has been written buy a suplier who have implmented it somehow not using a control. when i used the window info app it shows no control.
somdcomputerguy Posted March 19, 2011 Posted March 19, 2011 Ah. Maybe the ControlClick() function could be used.. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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