terrypin Posted July 3, 2016 Report Share Posted July 3, 2016 The Select Window dialog tool in Windows 10 seems radically different to that in XP. Q1: Why are all the built-in Windows accessories included? I have none of them on my desktop. Q2: Why are so many windows duplicated? Q3: So does it matter which to specify? -- Terry, East Grinstead, UK Quote Link to comment Share on other sites More sharing options...
rberq Posted July 4, 2016 Report Share Posted July 4, 2016 Dunno. But here's a simple macro to display the windows as ME sees them. The list of windows (following the macro) is from Windows 7, and also shows many duplicates. Notice also that two windows show as being on top. Sometimes there will be more than two on top. Log Message to Default Error LogLog Errors// // Display all open windows// // // .... set up CR-LF in T98Variable Set %T98% to ASCII Char of 13Variable Set %T99% to ASCII Char of 10Variable Modify String: Append %T99% to %T98%// Variable Set String %T1% ""Variable Set String %T2% ""Repeat with Windows: Place title in %T1% [with alphabetic sort option] If Window Title "%T1%" is on top Variable Modify String: Append " *** This window is on top ***" to %T1% End If Variable Modify String: Append %T1% to %T2% Variable Modify String: Append %T98% to %T2% Variable Set String %T1% ""Repeat End// Text Box Display: List of open windows [display %T2%]// // // Done - exitMacro Return.NET-BroadcastEventWindow.2.0.0.0.33c0d9d.0ApMsgFwdWindowApUsbPnPBattery MeterBluetoothNotificationAreaIconWindowClassC:\Program Files\DellTPad\Apntex.exeCiceroUIWndFrameCiceroUIWndFrameConnectionMgr notification sinkConnectionMgr notification sinkDDE Server WindowDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDefault IMEDropboxSystemStatusMonitorShellHookDWM Notification WindowElaraEuropaGDI+ WindowGDI+ WindowGDI+ WindowGDI+ WindowHiddenFaxWindowHkWndNameHotStartUAWindowClassHsm sink windowHsm sink windowIntel® USB 3.0 MonitorJump ListMacro ExpressMacro Express PlayerMail *** This window is on top ***MCI command handling windowMCI command handling windowMCI command handling windowMedia Center SSOMicrosoft Security EssentialsMS_WebcheckMonitorMSCTFIME UIMSCTFIME UIMSCTFIME UIMSCTFIME UIMSCTFIME UIMSCTFIME UIMSCTFIME UINetwork FlyoutnsAppShell:EventWindowPersistWndNamePress enter to open the Dropbox menuProgram ManagerQuickSetYahoo Mail - Mozilla Firefox *** This window is on top ***Sigmatel-IDT-SysTrayStartStart menuTask Host WindowTask Host WindowTask SwitchingTF_FloatingLangBar_WndTitleTimer notification sinkTimer notification sinkTrayIconWindowUntitled - NotepadX 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.