The AutoCAD .NET API
also supports the status bar and the tray. To see the classes for these
elements see the Autodesk.AutoCAD.Windows namespace. Also if you are going to
be using dialogs be sure to use the ShowModalDialog and ShowModelessDialog of
the Application. Using the standard "ShowDialog" or
"Show" methods to display .NET modal (or modeless) forms can cause
AutoCAD to freeze or cause some other
unwanted behaviour. |