WeOnlyDo Support

Frequently Asked Question

How to Enable Drag & Drop functionality for wodFtpDLX.ocx?
Last Updated 12 years ago

By setting  
  
wodFtpDLX1.OLEDropMode = OLEautomatic 
  
you can have your application with Drag&Drop functionality enabled,  both TO and FROM wodFtpDLX'es window. In order to drop files and folders TO  wodFtpDLX, no extra code is required, wodFtpDLX will accept and upload dropped  files automatically. 
  
In order to drag files FROM wodFtpDLX to Explorer, one extra step has to be  done once per computer (your installer should do this for you). Insert this into  the registry (save to file.reg and execute it) 
  
REGEDIT4  

[HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\wodFtpDLXHook]
@="{727A317F-21BE-47C3-B1B2-3F3ED1428DA7}" 
  
Explorer needs to be restarted after above entry is entered.

Please Wait!

Please wait... it will take a second!