Alexis Posted March 23, 2012 Report Share Posted March 23, 2012 For customersupport we use Teamviewer. If the customer uses more than one monitor we use the new feature "Open each monitor in seperate window". Unfortunately Teamviewer does name those windows identical. For manipulating those windows i need to address them. What i want is a macro which minimizes those windows or activates them again. I tried Repeat with windows command but MEX Pro seems not be able to minimize, activate all windows. It only works with just one. A workaround would be that MEX Pro checks for windowstatus before proceeding. But i don´t think MEX is able to notice if a window is minimized or maximized, can it? Thank You Alexandra Quote Link to comment Share on other sites More sharing options...
Cory Posted March 23, 2012 Report Share Posted March 23, 2012 This is a common problem. There was a feature added awhile back to allow one to 'address' the windows by their handle. I haven't played with it much but you might check into that. Quote Link to comment Share on other sites More sharing options...
Alexis Posted March 23, 2012 Author Report Share Posted March 23, 2012 Feature to address window by their handle? Which feature, please? Thank You Alexandra Quote Link to comment Share on other sites More sharing options...
Alexis Posted March 24, 2012 Author Report Share Posted March 24, 2012 What a pity MEX cannot rename window titles! That would make things easier. Quote Link to comment Share on other sites More sharing options...
paul Posted March 25, 2012 Report Share Posted March 25, 2012 What a pity MEX cannot rename window titles! That would make things easier. It's a one-liner using AutoIt! WinSetTitle("Tools4Movies", "F:", "Tools4Movies DVDCatalyst") Quote Link to comment Share on other sites More sharing options...
Alexis Posted March 25, 2012 Author Report Share Posted March 25, 2012 Oh, there is stuff MEX can´t do? So is AutoIt a good addendum to MEX und can i automate AutoIt actions from MEX? BTW, in the category Macro Control you can find the command "External Script". Can i do similar stuff there? I don´t know Visual Basic yet. I just installed Autoit. It looks pretty complex. It´s a kind of basicbased macrosoftware, right? Thank You Alexandra Quote Link to comment Share on other sites More sharing options...
Cory Posted April 5, 2012 Report Share Posted April 5, 2012 I do a lot of things like download web pages with VBScript in that External Script command. Very handy. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.