I am writing on vb.net, interested in getting the name of the active window. An application can have several other windows open. Test_name is successfully obtained through:
For Each procs In Process.GetProcesses(".") Try Debug.Print(procs.MainWindowTitle) Catch End Try Next
And how to get the names of open windows in the same application "Information about the store" and "Introduction events"?