SetDlgItemInt(hDlg, IDDlgItem, Value, Signed)
Places an integer value in a dialog control
Parameters
hDlg : PyHANDLE
Handle to a dialog windowIDDlgItem : int
Identifier of one of the dialog's controlsValue : int
Value to placed in the controlSigned : boolean
Indicates if the input value is signed