Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM_Grid Checkboxes
#2
Function sample_Grid_images
Code:
Copy      Help
;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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)