I’ve created non-MFC GUI with simple Edit controls and buttons using win32 API. Now i got the requirement to drag and drop the Browser URL into the one of the edit control of my GUI Application, How can i do this ? is Win32 Api support this feature ?
I’ve created non-MFC GUI with simple Edit controls and buttons using win32 API. Now
Share
Yes, of couse Win32 API support Drag-Drop feature. You should see MSDN RegisterDragDrop function.