sahaine 0 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 Share this post Link to post Share on other sites
somdcomputerguy 103 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. Share this post Link to post Share on other sites
sahaine 0 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. Share this post Link to post Share on other sites
somdcomputerguy 103 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. Share this post Link to post Share on other sites
sahaine 0 Posted March 19, 2011 I have no control to click!!! Share this post Link to post Share on other sites