Antonio:
To position a dialog (419 x 287) at the right edge of the screen, are these formulas correct ?
oDlg:nTop := GetSysMetrics(0) - 287
oDlg:nLeft := GetSysMetrics(1) - 419
oDlg:nBottom := GetSysMetrics(1)
oDlg:nRight := GetSysMetrics(0)
Thank you.