Page 1 of 1

GetDesktopWindow() on dual monitor system.

Posted: Wed Sep 25, 2024 6:55 pm
by byron.hopp
When I ask for the desktop windows on my dual monitor system I get the main monitor by GetWndRect( GetDesktopWindows() ). Is there a way to the the second or n monitors as well. I am trying to display multiple dialogs across the screens for a scheduling app and need to know how far I can go to the right.

Re: GetDesktopWindow() on dual monitor system.

Posted: Wed Sep 25, 2024 7:32 pm
by nageswaragunupudi
Please open fwh\source\function\getsysin.prg:
Then please go through all the function under the heading

Code: Select all | Expand

//----------------------------------------------------------------------------//
// MULTIPLE MONITORS FUNCTIONS
//----------------------------------------------------------------------------//
 
Then you ask us specific questions and we will help you.
These functions are enough for handling multi-monitor issues

Re: GetDesktopWindow() on dual monitor system.

Posted: Wed Sep 25, 2024 7:49 pm
by byron.hopp
You nailed it, Thank you.