static extern bool SetThreadDesktop(IntPtr hDesktop);
Public Shared Function SetThreadDesktop(ByVal hDesktop As IntPtr) As Boolean