Hi
How to check whether a user has selected a dialog box bigger than the monitor screen size.
Regards
ACWoo
Hi
How to check whether a user has selected a dialog box bigger than the monitor screen size.
Regards
ACWoo
Hi,
You can check the dialog-size with oDlg:nWidth and oDlg:nheight
The screen-dimensions can be retreived by the getsysmetrics() function.
Regads,
Marc
If oDlg:nWidth > WndWidth( GetDesktopWindow() ) .or. oDlg:nHeight > WndHeight( GetDesktopWindow() )=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...
Hi
Thanks a lot
Regards
ACWoo