.elseif eax==WM_NOTIFY mov edx,lParam mov eax,[edx].NMHDR.hwndFrom .if eax==hGrd mov eax,[edx].NMHDR.code .if eax==GN_BEFOREEDIT mov [edx].GRIDNOTIFY.fcancel,TRUE .endif .endif