+ Post New Thread
Page 370 of 417 FirstFirst ... 270 320 360 368 369 370 371 372 380 ... LastLast
Threads 9226 to 9250 of 10407

Forum: AutoLISP, Visual LISP & DCL

Questions from beginner to advanced. Tell us about good sources of free lisp and post your own routines for testing.
Code posting guidelines

  1. FAQ Article Sticky Thread Sticky: Suggested changes to this forum

    The "AutoLISP, VBA, the CUI & Customisation" forum has become a very lively part of the AutoCAD Forums and probably needs a structural review in order to acommodate growth in the future. I'm...

    Started by CADTutor‎, 14th Jun 2010 09:44 am
    8 Pages
    1 2 3 ... 8
    • Replies: 75
    • Views: 20,673
    12th Aug 2010 08:09 am Go to last post
  2. FAQ Article Sticky Thread Sticky: Code posting guidelines

    Code posting guidelines When you are posting AutoLISP or VBA code in these forums, there are some simple guidellines you should observe in order to make life easier for you and for others. ...

    Started by CADTutor‎, 18th Sep 2006 10:46 pm
    • Replies: 0
    • Views: 35,219
    18th Sep 2006 10:46 pm Go to last post
  1. controlling titleblock attributes with excel sheet

    I have set up my title blocks with attributes. I want to be able to edit them thru an excel sheet either embedded in my dwg or a separate xls file. Can anyone point me in the right direction ...

    Started by comcu‎, 16th Aug 2007 03:29 pm
    • Replies: 2
    • Views: 3,653
    20th Aug 2007 10:14 pm Go to last post
  2. Unloading VBA Projects?

    I am new to using VBA to program AutoCad. I would like to know if there is a way to unload the vba program after I am finished with it (other than using vbaman). I can load my programs from a button...

    Started by bsamc2000‎, 28th Mar 2007 09:20 pm
    • Replies: 3
    • Views: 1,684
    20th Aug 2007 09:22 pm Go to last post
  3. AxDbDocument problems

    I was skimming through the forum when I ran across several articles referencing the AxDbDocument function. Realizing I could use this I tried to implement it into the code below. But I keep getting...

    Started by Figment‎, 16th Aug 2007 06:49 pm
    • Replies: 8
    • Views: 1,708
    20th Aug 2007 05:56 pm Go to last post
  4. Question problem, trying to running a list of lisp from within a lisp

    I’m newbie on autolisp I’ve tried to figure out on how to running a list of lisp from within a lisp here is my code::cry: (defun c:laytool () (setq dcl_id (load_dialog "lay_tool.dcl")) ...

    Started by twind2000‎, 18th Aug 2007 07:44 pm
    • Replies: 4
    • Views: 2,420
    20th Aug 2007 04:27 pm Go to last post
  5. VBA Tutorials

    Where I can get VBA tutorials.. Can anyone help me..

    Started by vinod‎, 20th Aug 2007 07:42 am
    • Replies: 2
    • Views: 1,403
    20th Aug 2007 09:58 am Go to last post
  6. How to synchronize

    Hi Alls, Here my code to display loading in picture and digital, as the sample if picture display in 1/4 circle display at digital should 25.00 %, but in fact it can not found, any one have time to...

    Started by Adesu‎, 15th Aug 2007 05:02 am
    • Replies: 3
    • Views: 852
    20th Aug 2007 01:56 am Go to last post
  7. want lisp for length put on drawing

    plese check following pdf and make a lisp for that.:)

    Started by harshad‎, 18th Aug 2007 07:57 am
    • Replies: 5
    • Views: 1,195
    19th Aug 2007 02:55 am Go to last post
  8. Smile Steel Sections

    Hi, I've been searching the internet for a nice lisp routine for making steel sections. Luckily i found one. It can draw different steel sections in 2D and in 3D. But unfortunately the sections are...

    Started by guyzen2004‎, 17th Aug 2007 02:53 am
    • Replies: 1
    • Views: 2,439
    17th Aug 2007 08:01 pm Go to last post
  9. Changing Values using VBA Script

    Hi Everyone, At work, we have combined two surveys together using AutoCAD 2004, and the survey are at two different elevations. Unfortunately we didn't discover this until after we had completed...

    Started by andrewjbarnett‎, 17th Aug 2007 02:42 am
    • Replies: 4
    • Views: 924
    17th Aug 2007 06:56 am Go to last post
  10. Question R-14 user needs HELP !!!

    is it possible for a routine to do the following; :huh: 1. explode a block (title block), after exploding. 2. delete a specific text line "not for construction". 3. after deletion insert a...

    Started by pryzmm‎, 15th Aug 2007 03:57 am
    • Replies: 6
    • Views: 1,012
    16th Aug 2007 03:16 pm Go to last post
  11. Dwg to Bmp

    Hello,Function Dwg2Bmp(DwgFullName As String) Dim NewDwg As AcadDocument Set NewDwg = Documents.Open(DwgFullName) Dim DwgPath As String Dim DwgName As String DwgPath = ThisDrawing.Path...

    Started by Biolight‎, 8th Aug 2007 11:35 pm
    • Replies: 6
    • Views: 2,117
    16th Aug 2007 10:09 am Go to last post
  12. Triming line to blocks VBA

    I have been working on some code that inserts a block, sets the angle of that block, and then finds all lines under it and trims them back to its extents. My first couple tries I have done this...

    Started by Figment‎, 14th Aug 2007 05:56 pm
    • Replies: 6
    • Views: 1,145
    15th Aug 2007 10:51 pm Go to last post
  13. Plotting using vba...

    I am currently attempting to write a small program to print to approx. 25 diferent printers. My questions are this... 1) how do I tell the program to use a spacific ctb file? 2) how to change...

    Started by bsamc2000‎, 2nd Aug 2007 08:53 pm
    • Replies: 7
    • Views: 1,195
    15th Aug 2007 05:23 pm Go to last post
  14. Anyone know of any Doubleline/Multiline LISP?

    Looking for some freebie LISP files that do anything related to double line or multiline (not necessarily the command multiline, just a multiline feature). I'm wanting to look over some code for an...

    Started by StykFacE‎, 14th Aug 2007 09:47 pm
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,500
    15th Aug 2007 02:22 pm Go to last post
  15. Smile open drawing and prompt for saveas routine

    I want to create a command within cui to open a titleblock template which has a viewport already created, then prompt to saveas straight aways to avoid overiting, can any one help? im learning...

    Started by raj banerjee‎, 15th Aug 2007 11:08 am
    • Replies: 3
    • Views: 1,119
    15th Aug 2007 12:15 pm Go to last post
  16. Question Log file...

    Just trying to see if this is even possible so here it goes, is there a way to set up a .txt file that can log in who/when a person opened a file and when they saved the file? Reason: I work with...

    Started by Seann‎, 10th Aug 2007 11:01 pm
    • Replies: 8
    • Views: 1,306
    15th Aug 2007 08:50 am Go to last post
  17. Load VBA via command line?

    Is it possible? I have a script in which I need to load a VBA file and run the macro it contains. Is it possible to do this all through the command line so I can add it to my script?

    Started by P Zero‎, 14th Aug 2007 11:02 am
    • Replies: 2
    • Views: 735
    14th Aug 2007 11:17 am Go to last post
  18. Unhappy coordinates ( dimensions) to excel

    looking for a lisp that will ask to set point 0,0. then will ask you select first point, second, etc. will then take these coordinates ( dimensions) and either create a table in autocad or excel to...

    Started by louislbernstein‎, 19th Jul 2007 08:18 pm
    4 Pages
    1 2 3 ... 4
    • Replies: 35
    • Views: 7,188
    14th Aug 2007 06:57 am Go to last post
  19. Manipulating the rotation angles of text

    How do I manipulate the rotation angles of text or maybe other entities as well, and maybe "align" them to some other entities? I'm new with lisp so bear with me brothers. Thanks.

    Started by paulo‎, 10th Aug 2007 07:27 pm
    • Replies: 6
    • Views: 1,484
    14th Aug 2007 01:22 am Go to last post
  20. Lisp Routines Not Working in Current USC

    We have many autocad drawings that have the building rotated at about 1.8 degree. When we xref the working file into our drawings, we use DDUCS and set to a view that was preset. This rotates the...

    Started by GMANSQUARE‎, 13th Aug 2007 07:28 pm
    • Replies: 3
    • Views: 1,433
    13th Aug 2007 10:22 pm Go to last post
  21. Converting to 3D

    Hey guys! I'm trying to create a lisp file which will take a 2D text elevation, move it to the actual text on the Z coordinate and create a point at a specific distance from the insertion point...

    Started by Paul Mc‎, 29th Jul 2007 05:01 pm
    • Replies: 2
    • Views: 1,083
    13th Aug 2007 03:30 pm Go to last post
  22. Changing Layer Color with VB

    How I can change my layer " exportedlines" `s color to RGB or QB color? I tried this one, nothing changed varCurrentlayer = .CurrentLayer("Exported lines") Set objLayer =...

    Started by sailor‎, 10th Aug 2007 04:50 pm
    • Replies: 3
    • Views: 7,118
    11th Aug 2007 12:14 pm Go to last post
  23. DXF code 410 VBA solutions?

    I have run across a problem that seems to have come up a few times, but all links to helpful resources in those threads are dead. I am trying to select a particular block on the active layout,...

    Started by P Zero‎, 10th Aug 2007 10:04 am
    • Replies: 3
    • Views: 1,411
    11th Aug 2007 10:13 am Go to last post
  24. Question Help with dynamic block ???

    i have attach a dwg with a dynamic block i a trying to build the file is saved in 2004 format although i am using 2008 i currently am able to insert my block and have to adjustable areas (both the...

    Started by WileCoyote365‎, 10th Aug 2007 02:49 am
    • Replies: 7
    • Views: 1,783
    11th Aug 2007 09:19 am Go to last post
  25. LISP on the run

    One of Alans tips, inspired this thread.. What are some quick command line.. lisps that you use regulary.. Basically all my lisps are loaded codes not command line... do others use...

    Started by PS_Port‎, 10th Aug 2007 01:16 am
    • Replies: 1
    • Views: 632
    10th Aug 2007 01:20 am Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 250 views
Hot thread with unread posts
More than 15 replies or 250 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts