Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Return the title of a window
ResourceFunction["Win32WindowTitle"][hwnd] returns the title of the window with the given window handle (HWND).  | 
Get the window handle of a particular window:
| In[1]:= | ![]()  | 
| Out[1]= | 
Get the titles of all windows:
| In[2]:= | 
| Out[41]= | 
Win32WindowTitle is only supported on Windows operating systems:
| In[42]:= | 
| Out[42]= | 
| In[43]:= | 
| Out[43]= | 
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License