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

    .NET

    Reply
    Active Member
    Posts: 6
    Registered: ‎10-09-2006

    Re: Dynamic Input

    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

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

    Re: Dynamic Input

    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);

     

     


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

    Please use plain text.
    Active Member
    Posts: 6
    Registered: ‎10-09-2006

    Re: Dynamic Input

    04-02-2012 07:45 AM in reply to: Alexander.Rivilis

    Thank you again ;-)

    Please use plain text.