ExamineDesktops()
Syntax
Result = ExamineDesktops()Description
Retrieves the informations about all the desktops connected to the local computer. This command has to be called before using the following commands: DesktopDepth(), DesktopFrequency(), DesktopHeight(), DesktopName() and DesktopWidth(). If successful, it returns the number of desktop the user have, else it returns 0. Typically, a standard user has only one desktop, but multi-screen users can have several desktops, each with their own resolution.MessageRequester("Desktop Information", "You have "+Str(ExamineDesktops())+" desktops")
Supported OS
Windows, Linux, MacOS X