Dragging and Dropping into a Word Document

hi there,

i am currently developing an office solution with visual studio tools for office 2005. in this i am trying to drag a non text object into a word document. the object contains some data that i want to display in a table. the natural way to do this seems to hook up to the drag and drop events of word, and then simply construct the table at the current position. however it seems that these events are not exposed. can anyone help

eric



Answer this question

Dragging and Dropping into a Word Document

  • GENOOO

    There was a discussion about this in one of the Office.Developer groups a few months ago. I believe the person finally reached a solution, although I can't recall the details...

    You are correct: Word does not expose any drag-and-drop stuff. Probably, the clipboard would be a more reliable medium, if it supports the object you want to transfer.



  • Dragging and Dropping into a Word Document