GetDesktopWindow() on dual monitor system.
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
GetDesktopWindow() on dual monitor system.
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
Byron Hopp
Matrix Computer Services
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: GetDesktopWindow() on dual monitor system.
Please open fwh\source\function\getsysin.prg:
Then please go through all the function under the heading
Then you ask us specific questions and we will help you.
These functions are enough for handling multi-monitor issues
Then please go through all the function under the heading
Code: Select all | Expand
//----------------------------------------------------------------------------//
// MULTIPLE MONITORS FUNCTIONS
//----------------------------------------------------------------------------//
These functions are enough for handling multi-monitor issues
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
Re: GetDesktopWindow() on dual monitor system.
You nailed it, Thank you.
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services