问题
I have ActiveX control which helps me to drag and drop desktop and outlook attachments into ActiveX control, I have implemented this on my ASP.NET Webpage which gets dropped items to the control, now i want to access those dropped items/files into the ActiveX control. How to access items from ActiveX control?
Here is my ActiveX
<object id="Draggable" height="200" width="350" classid="CLSID:D43D0F1F-785F-472F-9845- 195A769D56A8" codebase="Draggable.DLL">
</object>
Note:
- Security is not a concern for me since we are using it only on our intranet.
- We are not going to use HTML5
来源:https://stackoverflow.com/questions/18462237/activex-get-values-from-activex