D
Dwight
If a windows form checkbox control is checked, shouldn't the following
equal 1 instead of -1 ?
DIM Acndt_ind as integer
Acndt_ind = CInt(chbAcndt_Ind.Checked)
Thanks
equal 1 instead of -1 ?
DIM Acndt_ind as integer
Acndt_ind = CInt(chbAcndt_Ind.Checked)
Thanks