GetDesktopWindow() on dual monitor system.

Post Reply
byron.hopp
Posts: 388
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

GetDesktopWindow() on dual monitor system.

Post 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.
Thanks,
Byron Hopp
Matrix Computer Services
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: GetDesktopWindow() on dual monitor system.

Post 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
Regards

G. N. Rao.
Hyderabad, India
byron.hopp
Posts: 388
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

Re: GetDesktopWindow() on dual monitor system.

Post by byron.hopp »

You nailed it, Thank you.
Thanks,
Byron Hopp
Matrix Computer Services
Post Reply