
I can not find the right desktop on my PC. The correct desktop has no name. How can i make it automatically sure that i use the right desktop?
Code: Select all
desktopCount = ExamineDesktops()
For x = 0 To desktopCount - 1
Debug Str(x) + DesktopName(x)
Next
... brings back not the correct desktop name.Demivec wrote:Code: Select all
desktopCount = ExamineDesktops() For x = 0 To desktopCount - 1 Debug Str(x) + DesktopName(x) Next
Or is it normal that the second display has no name? In Display Settings the display has a name ("PLE481").PB Debugger wrote:0\\.\DISPLAYV4
1
Code: Select all
Debug ExamineDesktops ()
Debug DesktopWidth (1)
Debug DesktopHeight (1)
PB Debugger wrote:2
0
0