Jump to content
Macro Express Forums

Select Window - more puzzles


Recommended Posts

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?

 

 

MEProSelectWindow-1.jpg

 

--

Terry, East Grinstead, UK

Link to comment
Share on other sites

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 Log
Log Errors
//
// Display all open windows
//
//
// .... set up CR-LF in T98
Variable Set %T98% to ASCII Char of 13
Variable Set %T99% to ASCII Char of 10
Variable 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 - exit
Macro Return





.NET-BroadcastEventWindow.2.0.0.0.33c0d9d.0
ApMsgFwdWindow
ApUsbPnP
Battery Meter
BluetoothNotificationAreaIconWindowClass
C:\Program Files\DellTPad\Apntex.exe
CiceroUIWndFrame
CiceroUIWndFrame
ConnectionMgr notification sink
ConnectionMgr notification sink
DDE Server Window
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
Default IME
DropboxSystemStatusMonitorShellHook
DWM Notification Window
Elara
Europa
GDI+ Window
GDI+ Window
GDI+ Window
GDI+ Window
HiddenFaxWindow
HkWndName
HotStartUAWindowClass
Hsm sink window
Hsm sink window
Intel® USB 3.0 Monitor
Jump List
Macro Express
Macro Express Player
Mail *** This window is on top ***
MCI command handling window
MCI command handling window
MCI command handling window
Media Center SSO
Microsoft Security Essentials
MS_WebcheckMonitor
MSCTFIME UI
MSCTFIME UI
MSCTFIME UI
MSCTFIME UI
MSCTFIME UI
MSCTFIME UI
MSCTFIME UI
Network Flyout
nsAppShell:EventWindow
PersistWndName
Press enter to open the Dropbox menu
Program Manager
QuickSet
Yahoo Mail - Mozilla Firefox *** This window is on top ***
Sigmatel-IDT-SysTray
Start
Start menu
Task Host Window
Task Host Window
Task Switching
TF_FloatingLangBar_WndTitle
Timer notification sink
Timer notification sink
TrayIconWindow
Untitled - Notepad
X

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...