What are the steps of firing Drag Drop event in a ListBox
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
:sigh: hi, I am trying to store the value of the drop item in CString. But the problem is the drag drop event doesn't gets fired when i drag and drop an item from one listbox to another. Need help urgently. Thanks in advance.
-
:sigh: hi, I am trying to store the value of the drop item in CString. But the problem is the drag drop event doesn't gets fired when i drag and drop an item from one listbox to another. Need help urgently. Thanks in advance.
-
Thanks for the most precise answer. There is one last problem i.e my list box also contains integer values which doesn't gets droped on the list box. The "DataFormat" has nothing which can check that the data is integer. What should i do.