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?
Wrong DesktopWidth ()/DesktopHeight () returns
Re: [Bug] Wrong DesktopWidth/DesktopHeight() returns in VMwa
I still have a problem.
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?
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?
Last edited by es_91 on Thu Oct 23, 2014 6:13 am, edited 1 time in total.
Re: [Bug] Wrong DesktopWidth/DesktopHeight() returns in VMwa
Use:
Code: Select all
desktopCount = ExamineDesktops()
For x = 0 To desktopCount - 1
Debug Str(x) + DesktopName(x)
NextRe: [Bug] Wrong DesktopWidth/DesktopHeight() returns in VMwa
I edited the above post to fit the new situation.
However, ...
Also, i can not ask for the right desktop size.
...gives out...

However, ...
... 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
Also, i can not ask for the right desktop size.
Code: Select all
Debug ExamineDesktops ()
Debug DesktopWidth (1)
Debug DesktopHeight (1)PB Debugger wrote:2
0
0

