What value do have to use in GetSysMetrics() to return the thickness of dthe dialog-border?
![Image](http://www.vms.be/FWTest/dialogwidth.jpg)
Thanks,
Marc
Code: Select all | Expand
#include "FiveWin.ch"
func test()
local oWnd
DEFINE WINDOW oWnd TITLE 'Test'
ACTIVATE WINDOW oWnd MAXIMIZED on init(msginfo(oWnd:nLeft))
return
Marc Vanzegbroeck wrote:Marcelo,
You can change the height and witdth of a dialog with oDlg:nWidth and oDlg:nHeight
You can also get the height and witdth of the dialog calling those.
Regards,
Marc