• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Member
    dan.popescu
    Posts: 5
    Registered: ‎03-31-2011

    using drag and drop into autocad

    202 Views, 2 Replies
    10-07-2011 07:28 AM

    I want to drag and drop a csv file containing some coordinates into autocad and the result to be dbpoints objects.

    I know how to create a command to point to the file and to do this but I would like the command to be called when I drag and drop the file into autocad.

    Can somebody point me to the right direction?

    Thanks

    Please use plain text.
    *Expert Elite*
    Posts: 6,427
    Registered: ‎06-29-2007

    Betreff: using drag and drop into autocad

    10-09-2011 01:05 AM in reply to: dan.popescu

    Hi,

     

    look to the Autodesk.AutoCAD.Windows.DropTarget-functionality, a drag&drop-sample could be found >>>here<<<

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Member
    dan.popescu
    Posts: 5
    Registered: ‎03-31-2011

    Betreff: using drag and drop into autocad

    10-11-2011 02:42 PM in reply to: alfred.neswadba

    I am here - see attachment - and I am stacked

    Can somebody correct my code?

    Thanks

    Please use plain text.