ActiveX: Get values from ActiveX

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-13 17:47:03

问题


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:

  1. Security is not a concern for me since we are using it only on our intranet.
  2. We are not going to use HTML5

来源:https://stackoverflow.com/questions/18462237/activex-get-values-from-activex

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!