On Apr 16, 2017, at 5:19 AM, reckoner <recko...@gmail.com> wrote:
> 
> Windows 10 has multiple desktops built-in. Is it it possible to
> programmatically switch between desktops? How about programmatically 
> moving an active window between desktops?

Yes  The interface is COM based, called IVirtualDesktopManager.  There are 
several C# examples on the Interwebs.  You create an instance of CLSID 
aa509086-5ca9-4c25-8f95-589d3c07b48a and fetch an IVirtualDesktopManager 
interface from that.
— 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to