sahaine Posted March 19, 2011 Share 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 Link to comment Share on other sites More sharing options...
somdcomputerguy Posted March 19, 2011 Share 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. Link to comment Share on other sites More sharing options...
sahaine Posted March 19, 2011 Author Share 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. Link to comment Share on other sites More sharing options...
somdcomputerguy Posted March 19, 2011 Share 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. Link to comment Share on other sites More sharing options...
sahaine Posted March 19, 2011 Author Share Posted March 19, 2011 I have no control to click!!! Link to comment Share on other sites More sharing options...
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