Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Move a window on a Windows machine
ResourceFunction["Win32MoveWindow"][hwnd,{x,y}] moves a window to the given coordinates. | |
ResourceFunction["Win32MoveWindow"][func,{x,y}] finds the window for which the given function returns True when passed the window’s title and moves it to the given coordinates. |
Move the Messages window to the top-left corner of the leftmost screen:
In[1]:= |
Win32MoveWindow is only supported on Windows operating systems:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License