home *** CD-ROM | disk | FTP | other *** search
-
- void
- NMHDR* pNMHDR, LRESULT* pResult
- ENDROPFILES *pEnDropFiles = reinterpret_cast<ENDROPFILES *>(pNMHDR);
- %4 The control will not send this notification unless you override the
- // %1::OnInitDialog() function to send the EM_SETEVENTMASK message
- // to the control with the ENM_DROPFILES flag ORed into the lParam mask.
- %5
- %4 Add your control notification handler code here
-
- *pResult = 0;