Search code examples
pythonwinapipywin32

Get the position of the windows start menu


I'm writing an app in Python that automatically moves stuff around. How do I get the position of the windows start menu bar, so I can account for it in my calculations?


Solution

  • Ah, found it. GetMonitorInfo: http://msdn.microsoft.com/en-us/library/dd144901(VS.85).aspx . Here is an example: http://msdn.microsoft.com/en-us/library/dd162826(VS.85).aspx .