.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
Re: Dynamic Input
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-29-2012 04:51 AM in reply to:
*Albert Szilvasy
Hi,
[DllImport("acad.exe", EntryPoint="?acedSetDynInputDisplayMessage@@YA_N_N @Z")]
private static extern bool acedSetDynInputDisplayMessage(bool
displayMessageOnce);the code Albert showed us doesn't work in AutoCAD 2013 anymore. Does anyone know if there is something new?
Roland
Re: Dynamic Input
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-29-2012 05:05 AM in reply to:
Roland_Feletic
Roland_Feletic wrote:
the code Albert showed us doesn't work in AutoCAD 2013 anymore. Does anyone know if there is something new?
[DllImport("accore.dll", EntryPoint="?acedSetDynInputDisplayMessage@@YA_N_N @Z")]
private static extern bool acedSetDynInputDisplayMessage(bool displayMessageOnce);
Re: Dynamic Input
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-02-2012 07:45 AM in reply to:
Alexander.Rivilis
Thank you again ;-)





