TheSwamp

Code Red => .NET => Topic started by: gpa on September 29, 2014, 08:42:58 AM

Title: HOW TO CHANGE AUTOCAD 2014 TITLE BAR
Post by: gpa on September 29, 2014, 08:42:58 AM
Hi ALL,

Please advise how to apply this on AutoCAD 2014 and/or AutoCAD LT 2014.

        [CommandMethod("doit")]
        static public void doit()
        {
            AcAp.Application.MainWindow.Text = "Hello world";
        }

Thanks...
Title: Re: HOW TO CHANGE AUTOCAD 2014 TITLE BAR
Post by: MexicanCustard on September 29, 2014, 01:34:09 PM
I think you already found the answer in your double post
HERE (http://www.theswamp.org/index.php?topic=46380.msg514171#msg514171)
Title: Re: HOW TO CHANGE AUTOCAD 2014 TITLE BAR
Post by: Keith Brown on September 29, 2014, 03:37:35 PM
Please advise how to apply this on AutoCAD 2014 and/or AutoCAD LT 2014.


And just in case it was not mentioned in the other thread, you cannot customize AutoCAD LT with .Net.  You need to upgrade to its bigger brother in order to customize it.
Title: Re: HOW TO CHANGE AUTOCAD 2014 TITLE BAR
Post by: gpa on September 30, 2014, 07:30:29 AM
MexicanCustard

I'm newbie noob   :-(
Does anyone has the completed/compiled file to apply straightaway on AutoCAD 2014?

I think you already found the answer in your double post
HERE (http://www.theswamp.org/index.php?topic=46380.msg514171#msg514171)
Title: Re: HOW TO CHANGE AUTOCAD 2014 TITLE BAR
Post by: Keith Brown on September 30, 2014, 09:43:28 AM
See the post located at http://www.theswamp.org/index.php?topic=46380.msg529512#msg529512 (http://www.theswamp.org/index.php?topic=46380.msg529512#msg529512)