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

    .NET

    Reply
    Active Contributor
    Posts: 48
    Registered: ‎09-08-2006

    Displaying AutoCAD 'Materials' dialog box

    124 Views, 1 Replies
    01-21-2012 03:09 PM

    Hi,

     

    To save writing my own "Create Material" form I though I would try the line below.

     

     acDoc.SendStringToExecute("Materials ", True, False, True)

     

    However, when called from my form, the command does not execute till I end my command (I'm inside a form called from another form and the command doesn't execute till both forms are closed)

     

    There has to be a better way of doing this, so I can leave my forms running.

     

     

     

     

    Regards

    Laurie Comerford
    Please use plain text.
    Moderator
    Alexander.Rivilis
    Posts: 1,167
    Registered: ‎04-09-2008

    Re: Displaying AutoCAD 'Materials' dialog box

    01-22-2012 02:51 AM in reply to: laurie.comerford

    P/Invoke acedCmd() function from ObjectARX: http://forums.autodesk.com/t5/NET/acedcommand-function-in-Net-managed-classes/m-p/1332895#M107


    Пожалуйста не забывайте про Утвердить в качестве решения!Утвердить в качестве решения и Give Kudos!Баллы
    Please remember to Accept Solution!Accept as Solution and Give Kudos!Kudos

    Please use plain text.