Print Page | Close Window

Programing Software

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DXF formats, Design Review, AutoCAD web, Drive, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=3237
Printed Date: 12.Jun.2026 at 12:58


Topic: Programing Software
Posted By: Bassman
Subject: Programing Software
Date Posted: 24.Feb.2010 at 08:57

Hi Guys

I'm looking at customizing my Autocad with automation and menu's etc but i'm not sure on the correct program to use for 2010 and 2010 Lt as it does not come with Visual basic anymore
If I use visual basic will this effect later versions of cad?
 
Please help as i'm a newbie on programming and need to get the right program fist time      
 
Thanx
                 Cry
CS
 
 



Replies:
Posted By: Vladimir Michl
Date Posted: 24.Feb.2010 at 09:18
You cannot use any relevant API in AutoCAD LT, so this shouldn't be your choice for customizations.
 
AutoCAD offers several APIs - VisualLISP, ActiveX, VBA, ObjectARX (C++), .NET. VBA was abandoned by Microsoft and it will be removed from AutoCAD in the next version. For a newbie, I would recommend going with VisualLISP or .NET.


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: Bassman
Date Posted: 25.Feb.2010 at 06:29
Thanx Vladimir
 
I will definately have a look at .net
 
is there any way i could customize my ribbons as to have the option of free rotate and explode as in my tool pallets ??
 
Is there no way you could translate the programming tips in English 
So I would not have to bother you guys too much ?
 
Regards
 
 
CS


Posted By: Vladimir Michl
Date Posted: 25.Feb.2010 at 07:34
Both Tool palettes and Ribbons are freely customizable (through CUI or through the API). You can add any commands and macros to these UI elements.
 
Unfortunately the programming tips are available only in Czech - you can try Google Translate to translate them to English.


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner



Print Page | Close Window