home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Java++ / SHAREDIDE / BIN / MFCCLWZ.DLL / STRINGARRAY / WMI_EN_DROPFILES < prev    next >
Encoding:
Text File  |  1997-01-27  |  389 b   |  12 lines

  1.  
  2. void
  3. NMHDR* pNMHDR, LRESULT* pResult
  4. ENDROPFILES *pEnDropFiles = reinterpret_cast<ENDROPFILES *>(pNMHDR);
  5. %4 The control will not send this notification unless you override the
  6. // %1::OnInitDialog() function to send the EM_SETEVENTMASK message
  7. // to the control with the ENM_DROPFILES flag ORed into the lParam mask.
  8. %5
  9. %4 Add your control notification handler code here
  10.  
  11. *pResult = 0;