|
| Iniciado por guest, 04,nov. 2016 06:39 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 04,noviembre 2016 - 06:39 |
Hi Is there any way from within Windev that we can determine if a user has multiple monitors & what the co-ordinates of these monitors are? We have a window that we want to display on a 2nd monitor if one is attached.
Thanks
David |
| |
| |
| | | |
|
| | |
| |
| Publicado el 04,noviembre 2016 - 08:34 |
Hi David,
SysChangeScreenResolution Modifies the resolution of a screen. SysListScreen Returns the list of screens connected to one or more video cards. SysListScreenResolution Returns the possible resolutions for a screen. SysListVideoCard Returns the name of the video cards connected to the current computer. SysNameMainScreen Returns the name of the main screen for the computer. SysNumberScreen Returns the number of screens currently connected to the current computer. SysScreenResolution Returns the resolution of a screen.
hth
Cheers Tor-Bjarne |
| |
| |
| | | |
|
| | | | |
| | |
|