coordinates of computer/tablet
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
coordinates of computer/tablet
can we Know the size of screen of our pc or tablet to pen a Dialog with max sizes
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: coordinates of computer/tablet
Silvio,
nH := ScreenHeight()
nW := ScreenWidth()
DEFINE DIALOG oDlg SIZE nW, nH PIXEL TRUEPIXEL FONT oFont
regards
Uwe
there are 2 functions to get the max sizecan we Know the size of screen of our pc or tablet to pen a Dialog with max sizes
nH := ScreenHeight()
nW := ScreenWidth()
DEFINE DIALOG oDlg SIZE nW, nH PIXEL TRUEPIXEL FONT oFont
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: coordinates of computer/tablet
thanks
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC