04-19-2013, 05:12 PM
Function sample_Grid_images
;Shows how to receive check box notifications from the second grid control.
;It is not necessary, but if you need it.
;Don't forget to add the 'case WM_NOTIFY goto messages3' line.
;messages3
NMHDR* nh=+lParam
sel nh.idFrom
,case 4
,sel nh.code
,,case LVN_ITEMCHANGED
,,int row isChecked
,,if(g.RowIsCheckNotification(lParam row isChecked)) out "%schecked %i" iif(isChecked "" "un") row