Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Let all editbox support drag and drop files and texts
#7
try this it should be what you need
Function Function3
Code:
Copy      Help
case WM_QM_DRAGDROP
,QMDRAGDROPINFO& di=+lParam
,str s
,if(!di.GetText(s)) s=di.files
,s.setwintext(di.hwndTarget)
,ret DT_Ret(hDlg 1)
,
,s.setwintext(di.hwndTarget)


Messages In This Thread
RE: Let all editbox support drag and drop files and texts - by redbull2k - 01-05-2021, 12:05 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)