+ Post New Thread
Page 2 of 24 FirstFirst 1 2 3 4 12 ... LastLast
Threads 26 to 50 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,539
    2nd Jul 2010 09:01 am Go to last post
  1. 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: 364
    10th Apr 2013 07:11 am Go to last post
  2. Thick borders when selecting a table cell

    I have a table in AutoCAD Architecture 2013. If I click in a cell, acad highlights the cell with extremely thick borders, as shown in the image below. I guess this was because of the table...

    Started by VincentG‎, 20th Feb 2013 08:10 pm
    • Replies: 3
    • Views: 303
    5th Apr 2013 08:39 pm Go to last post
  3. VBA Selction sets. Select a list of blocks that exist on a specific layer

    Hi I have this code; Sub selectABlockOnALayer() Dim sset As AcadSelectionSet Set sset = ThisDrawing.SelectionSets.Add("EXCEPTIONS-BLOCK3") Dim filterType As Variant Dim...

    Started by callvey‎, 5th Apr 2013 10:40 am
    blocks, multiple blocks, selection, specific layer, vba
    • Replies: 2
    • Views: 185
    5th Apr 2013 03:53 pm Go to last post
  4. Problem with DeepCloneObjects and DBText insertion point

    Forget all the DeepCloning, I've whittled it down to the DBText.Position point doesn't seem to work as advertised: The text doesn't move to 0,0,0. public void copyEnt() { Document doc =...

    Started by dallion‎, 5th Apr 2013 02:07 am
    • Replies: 1
    • Views: 162
    5th Apr 2013 02:56 am Go to last post
  5. save drawing in VB.Net

    Our drawings are named using incremental numbers, <proj><area><type><numerical series><sheet number>. I have a VBA routine that opens the next sequential drawing firstly incrementing the sheet...

    Started by dbroada‎, 22nd Mar 2013 03:28 pm
    2 Pages
    1 2
    • Replies: 14
    • Views: 519
    3rd Apr 2013 10:36 am Go to last post
  6. Object Data Table Name

    Hi All, Iam trying to get object data table name of selected Entity through VBA. plz help me Thanks in advance

    Started by ChandraSekar‎, 3rd Apr 2013 05:17 am
    • Replies: 0
    • Views: 152
    3rd Apr 2013 05:17 am Go to last post
  7. bigtime whoops while upgrading

    under company recommendations I have un installed Acad 2011 and installed Acad 2013. It was generally less painful than normal until I tried to use my recenly compiled toolbar. None of the commands...

    Started by dbroada‎, 25th Mar 2013 03:44 pm
    3 Pages
    1 2 3
    • Replies: 22
    • Views: 643
    31st Mar 2013 11:21 am Go to last post
  8. unload a form

    hopefully a simple question.... I want to display a non modal form for about 10 seconds to confirm something has been done. At the moment I have.. PublicClassPlotList_form PrivateSub...

    Started by dbroada‎, 28th Mar 2013 12:59 pm
    • Replies: 1
    • Views: 214
    28th Mar 2013 03:18 pm Go to last post
  9. code transfered from VB2008 to VB 2010 no longer working

    If you have been following my "upgrade" thread you will know until this week I used Visual Basic Express 2008 to build my first routine for use with AutoCAD 2011. This week I am using AutoCAD 2013...

    Started by dbroada‎, 26th Mar 2013 12:18 pm
    2 Pages
    1 2
    • Replies: 12
    • Views: 454
    27th Mar 2013 03:58 pm Go to last post
  10. VBA insertion of blocks with fields

    Hi All, I am using VBA to insert multiple (500+) blocks with a field inside that splits the insertion point of the block into a northing and easting. Unfortunately, after all the blocks are...

    Started by BHAus‎, 26th Mar 2013 07:42 am
    • Replies: 0
    • Views: 169
    26th Mar 2013 07:42 am Go to last post
  11. Unhappy Debug ger detected - Please close it down and restart! Windows NT users:Please note..

    Hello all, I am trying to create a simple dll to call it from acad2010 and present a hello world message but things are getting funky... code: Imports Autodesk.AutoCAD.Runtime Imports...

    Started by Perifanos‎, 24th Mar 2013 10:12 am
    debug ger, detected
    • Replies: 5
    • Views: 312
    25th Mar 2013 05:12 pm Go to last post
  12. embed toolbar icons in vb.net dll

    I used to have a routine in VB6 that would create a dll to hold a series of icons that could be used on AutoCAD toolbars. (Of course I have forgotten how to do this.) Along similar lines is it...

    Started by dbroada‎, 15th Mar 2013 01:06 pm
    • Replies: 7
    • Views: 466
    22nd Mar 2013 06:53 am Go to last post
  13. Reading Superelevation by VBA

    I am trying to read superelevation data from Civil 3D 2012 by VBA, but it is not successful, I think the problem is establishing reference for Superelevation only for Civil 3D 2012. Maybe...

    Started by paunicm‎, 17th Mar 2013 06:47 pm
    • Replies: 4
    • Views: 311
    21st Mar 2013 03:21 am Go to last post
  14. get objects properties

    hello, I am trying to clean up some old drawings. Among other things, I would need a routine (in VBA) that would get the list of all objects in a drawing and all their properties. Please advise...

    Started by tuli01‎, 20th Mar 2013 05:02 pm
    objects properties
    • Replies: 1
    • Views: 211
    21st Mar 2013 03:13 am Go to last post
  15. can I access a VB6 control?

    I'm not really sure how to phrase the question so here is my "problem". I have a batch plot builder written in VB6. The main area of interest for now is a list box where the name of files to be...

    Started by dbroada‎, 19th Mar 2013 01:04 pm
    3 Pages
    1 2 3
    • Replies: 23
    • Views: 589
    20th Mar 2013 04:57 pm Go to last post
  16. Trim command through VBA

    Hi all, I need to use trim and boundary command in VBA..But the entities should be passed from code to the command. (i.e) selection of entities for trimming and the portion to be trimmed off...

    Started by Sundar‎, 18th Mar 2013 11:56 am
    vba
    • Replies: 3
    • Views: 261
    18th Mar 2013 06:32 pm Go to last post
  17. Autocad is unable to service automation request

    Hi all, I am getting this error: "Autocad is unable to service automation request" when running this code: Me.hide ThisDrawing.Activate ThisDrawing.Utility.InitializeUserInput 1, "choices"...

    Started by Perifanos‎, 16th Mar 2013 06:30 pm
    automation request
    • Replies: 2
    • Views: 244
    16th Mar 2013 10:09 pm Go to last post
  18. Controling Parameters via Programing

    I created a drawing that varies hole spacing on a peice of angle iron using parameters,but it would be very beneficial to incorporate if-then statements to control the value of some of parameters...

    Started by mts5143‎, 11th Mar 2013 08:19 pm
    • Replies: 8
    • Views: 421
    16th Mar 2013 01:18 am Go to last post
  19. AutoNumbering Polygons inside another polygon

    Hi all, I have a task of numbering polygons which are inside another polygon from left to right order.there may be any number of rows of polygons in a big polygon.Need to number from top left to...

    Started by Sundar‎, 14th Mar 2013 06:26 am
    • Replies: 5
    • Views: 298
    15th Mar 2013 11:06 am Go to last post
  20. VB.Net putting subs in form events

    What a long title. I am hopeing this is a simple problem and I have just overlooked the obvious. However, continuing from my other posts you know I am trudging my way through VB.Net with the help of...

    Started by dbroada‎, 7th Mar 2013 11:33 am
    2 Pages
    1 2
    • Replies: 11
    • Views: 430
    7th Mar 2013 10:44 pm Go to last post
  21. SelectionSets in VB.Net

    I am confused (not for the first time). I need to select all the text on a particular layer. In VBA I made my selection set as follows Set mySelSet =...

    Started by dbroada‎, 5th Mar 2013 03:50 pm
    2 Pages
    1 2
    • Replies: 13
    • Views: 452
    6th Mar 2013 03:11 pm Go to last post
  22. Unhappy ThisDrawing Property with AutoCAD 2013

    I am currently recompiling code to be compatible with AutoCAD 2013. The original code was created using the "Magic Macro" to convert VBA code over to VB.NET code using COM Interface. I have ran...

    Started by Kraut1976‎, 19th Jul 2012 09:55 pm
    • Replies: 3
    • Views: 2,768
    3rd Mar 2013 05:02 am Go to last post
  23. Access Autocad map in .net

    Hi All, To access the object data in autodesk map 3D 2011, I used the below VBA code. Dim amap As AcadMap Set amap = ThisDrawing.Application. _ ...

    Started by VivekGIS‎, 1st Mar 2013 05:26 am
    • Replies: 2
    • Views: 385
    1st Mar 2013 03:03 pm Go to last post
  24. Unhappy Getinterfaceobject causes application error with 64bit win7

    Hi I don't know how can this issue be solves, I recently upgraded my system from windows xp 32 bit, to windows 7 64bit, and now when I try to use objectarx in autocad the application crashes. With...

    Started by M76‎, 18th Jul 2011 02:53 pm
    • Replies: 7
    • Views: 2,276
    24th Feb 2013 01:03 pm Go to last post
  25. GetInterfaceObject Issues in AutocadMap 2011 windows 7 64 bit

    Hi everyone, My vba coding is working fine in windows XP and 32 bit. I upgrade my system to windows7 and 64 bit. Now its not working, the application crashes error comes. Set amap =...

    Started by VivekGIS‎, 22nd Dec 2012 07:08 am
    • Replies: 3
    • Views: 543
    24th Feb 2013 12:25 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