Hello All, I am trying to create a program to switch desktops in AutoIt. I have created something similar in C++ and it works fine, but I thought it would be fun to do it in AutoIt as well. I ran into an issue when trying to get a handle to the current desktop using the "GetThreadDesktop" function. It seems that it is not supported in WinAPI.au3 so I thought that I would make my own. I am not getting a handle returned and "GetLastError" reports that the function succeeded. Is there something t