1

I have a OnDropFiles handler for a CDialogEx:

void CWeekendMeetingDlg::OnDropFiles(HDROP hDropInfo)
{
    __super::OnDropFiles(hDropInfo);
    // ...

}

Example in action:

enter image description here

Is it possible to adjust it so that when the cursor is over the CEdit control is shows the caret cursor to give more of an indication of where the data will be inserted?

Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164

0 Answers0