non-mfc drag and drop

Hi,

is there a way to implement the drag-n-drop feature in a non-mfc application using the native win32 API?

Best regards,
Yours3!f
Yes, of course. What needs to be done depends what you want to do (drag-drop files from explorer, drag or drop source , etc)

MFC is just a wrapper around Win32API, everything can be done without MFC.
You need to call DoDragDrop() COM API among other things to do it.
http://msdn.microsoft.com/en-us/library/ms678486(v=vs.85).aspx
thanks :)
Topic archived. No new replies allowed.