+ Post New Thread
Page 1 of 24 1 2 3 11 ... LastLast
Threads 1 to 25 of 581

Forum: .NET, ObjectARX & VBA

Use this forum to discuss all application interfaces (APIs) other than LISP.

  1. 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‎, 2nd Jul 2010 09:01 am
    • Replies: 0
    • Views: 3,528
    2nd Jul 2010 09:01 am Go to last post
  1. VBA object problems

    We currently have a mixture of AutoCADs in the office. We all had ACAD2011 on XP but there are now 2 machines with ACAD2013 on XP and one ACAD2013 on 64 bit Win7. I am in the process of changing...

    Started by dbroada‎, 16th May 2013 02:43 pm
    • Replies: 9
    • Views: 169
    18th May 2013 10:23 am Go to last post
  2. Question Can't remove 'user interaction' part of my code [seeking help]

    Hi all, I have got this code by KEAN WALMSLEY. His code will ask user to select a block and then list all of selected block's attributes. However, I need to tweak his code a little bit and...

    Started by bababarghi‎, 15th May 2013 12:35 am
    attributes, block
    • Replies: 3
    • Views: 99
    15th May 2013 08:06 pm Go to last post
  3. Recommendation for a c#/vb.net forum

    I was wondering if anyone might recommend a forum where I could ask a few questions about object oriented programming. Something like CADTutor for .net programming.

    Started by TKall‎, 15th May 2013 03:26 am
    • Replies: 2
    • Views: 105
    15th May 2013 02:01 pm Go to last post
  4. loading linetype to drawing

    I'm trying to load a linetype into the active document so i can set a layers linetype to the one i'm trying to load. Now the problem is when i try to load it, autocad is giving me an exception of:...

    Started by btraemoore‎, 14th May 2013 08:10 pm
    linetypes
    • Replies: 7
    • Views: 117
    15th May 2013 01:55 pm Go to last post
  5. Accessing a layers linetype name?

    From what i am reading, it takes some work to access a layers linetype name (LineTypeTableRecord.name). Is there another way around this? Is there a way to access the linetype name from within the...

    Started by btraemoore‎, 14th May 2013 03:09 pm
    layers, linetype
    • Replies: 3
    • Views: 75
    14th May 2013 05:59 pm Go to last post
  6. deploying VB.Net code

    another question about VB.Net Express... I am creating an exe program that I wish to deploy around the office. I have found the build|publish menu button which gets me most of the way. The final...

    Started by dbroada‎, 10th May 2013 09:06 am
    • Replies: 7
    • Views: 199
    14th May 2013 04:57 pm Go to last post
  7. VB.Net radio button behaviour

    This is a general question about VB.Net rather than AutoCAD VB.Net but I think the question is general. In the past (VB6) I have created an array of radio buttons by copy & paste which gives me...

    Started by dbroada‎, 9th May 2013 01:50 pm
    • Replies: 7
    • Views: 148
    9th May 2013 04:28 pm Go to last post
  8. Creating Code Snippets

    Creating code snippets is not so straigthforward in Visual Studio as it might be and I always found it a bit of a pain. I stumbled on this little tool that binds into VS and makes creating snippets a...

    Started by Tyke‎, 8th May 2013 03:37 pm
    2 Pages
    1 2
    • Replies: 10
    • Views: 181
    8th May 2013 06:16 pm Go to last post
  9. VBA Electrical Single Line Diagram linked via excel

    Hi, I have an electrical load schedule excel format. are there any VBA to automatically create a single line diagram to cad using only the datas from the excel file i have.

    Started by franchew‎, 17th May 2011 05:38 am
    • Replies: 2
    • Views: 1,718
    8th May 2013 01:27 pm Go to last post
  10. VBA AutoCAD 2008 to 2011

    Hi All, Anyone can help my problem, I have VBA code it's working fine in AutoCAD 2008. but it's not woeking in AutoCAD 2011. after hide the forms, i can't get my cad scr. thanks for your...

    Started by ramanusu‎, 30th Apr 2013 09:32 am
    2 Pages
    1 2
    vba autocad 2008 to 2011
    • Replies: 10
    • Views: 380
    6th May 2013 07:41 pm Go to last post
  11. Attached: VBA application for drawing ducts and pipes

    Hi, all! Working in the sphere of HVAC I developed an AutoCad VBA application for drawing ducts. I've been adding some features during the last months and I always use it when it comes to duct...

    Started by Joro--‎, 2nd Aug 2009 08:07 pm
    4 Pages
    1 2 3 ... 4
    • Replies: 30
    • Views: 10,620
    5th May 2013 01:29 am Go to last post
  12. Content Library API - AutoCAD Mechanical VBA

    I have searched everywhere for two days but couldn't find any examples. It seems that the content library is not exposed through VBA API.(eg 'amtapthole2d' command). Am I missing something?

    Started by NirantarVidyarthee‎, 3rd May 2013 08:25 pm
    • Replies: 0
    • Views: 124
    3rd May 2013 08:25 pm Go to last post
  13. VB to toggle viewports with layers

    I have no experience with VB in Autocad but have used it quite often in other word based applications and know the abilities it has. I was wondering if it could be applied in Autocad as a Macro based...

    Started by jaredmccullough‎, 30th Apr 2013 08:46 pm
    2 Pages
    1 2
    • Replies: 14
    • Views: 301
    1st May 2013 10:01 pm Go to last post
  14. Need advice of VBA and AutoCAD 12 layers

    Hi guys, I'm new here and in programming also. I need to create a programm which should check a drawing. The check means, that we have 3 different layers: contour, axes and section. As you know...

    Started by Robke‎, 24th Apr 2013 10:06 am
    • Replies: 6
    • Views: 286
    30th Apr 2013 01:48 pm Go to last post
  15. Ghosting a polyline being drawn

    I am drawing a polyline with VB.Net using a modification of fixo's routine (his first post in this thread http://www.cadtutor.net/forum/showthread.php?78728-3d-points-amp-2d-polylines ). It suits my...

    Started by dbroada‎, 26th Apr 2013 08:54 am
    2 Pages
    1 2
    • Replies: 10
    • Views: 262
    30th Apr 2013 08:43 am Go to last post
  16. simple simple... connecting to 2006 via interop

    okay, im trying to get a connection to 2006 and im having problems. i used keen(through the interface) example and its throwing a COM exception, BUT it is creating the instance of autocad. I dont...

    Started by btraemoore‎, 25th Apr 2013 06:17 pm
    csharp, interop
    • Replies: 2
    • Views: 161
    29th Apr 2013 03:39 pm Go to last post
  17. Import polygons from excel

    Hi I have an excel file with a column containing polygon vertices like follows: Row 1 x-Cord1|y-Cord1 x-Cord2|y-Cord2 x-Cord3|y-Cord3.... Row 2 x-Cord1|y-Cord1 x-Cord2|y-Cord2 ...

    Started by omandgulf‎, 20th Apr 2013 03:36 pm
    .net, autocad 3d civil, excel
    • Replies: 6
    • Views: 334
    22nd Apr 2013 04:35 am Go to last post
  18. Question Compile Errors in VBA

    hi guys, Im trying to insert a block into autocad, via a button/ check box. my code is as follows:- Private Sub OptionButton1_Click() Dim insertion point (0 to 2) as double Dim...

    Started by Bladezy‎, 18th Apr 2013 11:45 pm
    • Replies: 1
    • Views: 188
    19th Apr 2013 08:51 am Go to last post
  19. Question AutoCAD Adding ribbon tab on startup

    Good Day Often when developing a .net application for AutoCAD one can add the "netload" command in the acaddoc.lsp file, and enable load acad.lsp with every drawing. However at times this...

    Started by CaveMan‎, 27th Aug 2012 01:01 pm
    autoload .dll, netload .dll
    • Replies: 3
    • Views: 741
    18th Apr 2013 08:41 pm Go to last post
  20. Exclamation Inserting blocks via VBA Buttons/ check boxes

    Hi Forum, I'm Totally new to Visual Basic Programming and i just had a few questions; does VBA start up via LISP command? or some other way? i'm trying to insert 6 blocks that i constantly...

    Started by Bladezy‎, 16th Apr 2013 06:50 am
    2 Pages
    1 2
    • Replies: 11
    • Views: 409
    18th Apr 2013 01:44 am Go to last post
  21. Retrieve AutoCAD Block Records from .NET WinForm

    Hello, My goal is to set up a batch printing on all AutoCAD drawings. Each drawing will have a record similar to this: The PartNo records underlined in red are other drawings that my...

    Started by Alex_AMF‎, 16th Apr 2013 04:33 pm
    4 Pages
    1 2 3 ... 4
    block, records, vb.net, winform
    • Replies: 31
    • Views: 686
    17th Apr 2013 09:01 pm Go to last post
  22. 3d points & 2d polylines

    forgot to mention, this is in VB.Net. I need to draw a polyline between two selected points (and then do some stuff to it). What is my best way forwards? The book I am "learning" (you learn...

    Started by dbroada‎, 16th Apr 2013 01:46 pm
    2 Pages
    1 2
    • Replies: 10
    • Views: 344
    17th Apr 2013 02:52 pm Go to last post
  23. Set a pagesetup up to Current for many drawings.

    I have used TrueConvert to load a page setup into a group of drawings. Now I would like to make that page setup current using some type of batch method for the group of drawings. Is there a way to...

    Started by muck‎, 15th Apr 2013 02:54 pm
    • Replies: 9
    • Views: 339
    16th Apr 2013 02:35 pm Go to last post
  24. Question visual Studio 2012 c# connection with Autocad 2009

    Hi I am very new to Visual Studio and scripting with Auto cad. Could you please tell me the initial settings of Visual Studio C# for accessing Autocad features. I am using visual studio 2012 and...

    Started by Anil Samuel‎, 10th Apr 2013 10:56 am
    • Replies: 0
    • Views: 239
    10th Apr 2013 10:56 am Go to last post
  25. positioning attributes

    can somebody post some sample code or guidlines on how to position an attribute in a block constructed in VB.Net? I am making a block comprising a triangle (pline - -6,0:6,0:0,10 & close) and an...

    Started by dbroada‎, 5th Apr 2013 04:20 pm
    • Replies: 8
    • Views: 351
    10th Apr 2013 07:11 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