.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Displaying AutoCAD 'Materials ' dialog box
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Laurie Comerford
Re: Displaying AutoCAD 'Materials ' dialog box
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-22-2012 02:51 AM in reply to:
laurie.comerford
P/Invoke acedCmd() function from ObjectARX: http://forums.autodesk.com/t5/NET/acedcommand-func




