Hi!
Can sombody tell me how it is possible to start a FW Program alwas on the second monitor.
We have developed a Customer Display Programm. When the program is starting it must be displayed on the Customer Display (second monitor)
Thanks for your help.
Best regards
Aljoscha
Open Dialog always on second monitor
Re: Open Dialog always on second monitor
Hello Aljoscha,
add the width of the first monitor to the coordinates of the window.
Best regards,
Otto
[FensterKassabuch]
Top= 66
Left= 2000
Height= 866
Width= 3300
add the width of the first monitor to the coordinates of the window.
Best regards,
Otto
[FensterKassabuch]
Top= 66
Left= 2000
Height= 866
Width= 3300
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
Re: Open Dialog always on second monitor
Also, try with multiple monitors
Code: Select all
? GetSysMetrics(79), GetSysMetrics(78)
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.