o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Autocad, Viso and VBA -

Does anyone know how to traverse through a list of layer objects stored in an Autocad *.dwg file using VBA in Microsoft Viso?

Thanks
Markus

 

Autocad, Viso and VBA -
Does anyone know how to traverse through a list of layer objects stored in an Autocad *.dwg file using VBA in Microsoft Viso? Thanks Markus


MS Viso 2002 Pro Locks up -
I have a question maybe someone else has experienced this problem. I have a Viso drawing of a MS SQL7 database when I refresh it I get a report of the differences between the actual database and the Viso drawing. Occasionally, when I select the items to be refreshed and click the Finis


Find the active Autocad Drawing Window -
In my project just by draging a picture it will open in the AutoCad 2007, AutoCad window will be activated. If more than one AutoCad windows are opened it is not working, please tell me the code for finding the active AutoCad Drawing Window.


AutoCAD and VB -
Folks, I want to manipulate drawings in AutoCAD r2000. I can't find dir boxes or filelist boxes in VBA for AutoCAD. Does anyone have the syntax to do the following in VB6; Open a drawing Close a drawing Insert a block. I can get AutoCAD started but having problems from th


help for Autocad, programming in VB 6.0 -
Hello everyone I am a member who is working on AutoCad and writing the required code in VB6.0. i could go thru the developer help in AutoCad which is given for VBA But i found many commands are not working in VB. can any one help me to find the help for autocad using VB some


Interface Autocad with VB6 -
Hi guys, Is is possible to pass the parameter to autocad thru VB6 and generate drawing. Or already developed design in Autocad and is it possible to modify thru VB6. If you have any information abt it. Plz suggest me. Regards kishor Mungelwar


Interface to Autocad Using Visual Basic -
Is it better to use APIs or any other way is there for interfacing Autocad with VB i:e., by sending the required parameters from vb generating drawings in autocad, and showing the generated drawings in vb controls


for anyone who has autocad -
This question is for any of you have autocad or know anything about it. I do not have autocad on this computer, yet I have the fun (sarcastic) task of writing a program that will analyze all the objects in a autocad file and plugging this information into a database. I've heard t


Interface with Autocad Using VB -
I like to know by using what methods we can prepare a interface with autocad using VB (Sending parameters from VB to Autocad for drawing etc). Is it best to use APIs or any inbuilt .ocx


Integrating AutoCAD and VB6 -
I have written part of a program for use with autocad 2000. To complete this program it will have to interface with the autocad application. Unfortunately I have no idea how to do this. I have tried searching this site and on the internet without any success. Does anyone know of any si


Missing:Autocad/objectDBX common type library -
Okay hopefully this thread is in the right place. I have been working on a VB6 project at home. When I tried to load VB6 on my computer at work and run the program in development I received and error that VB could not find the Autocad type library. I went to the references and there I


early binding -
I have autocad open with a drawing loaded. I want my program to get the path of the drawing. This code starts a new session of autocad. I am guessing it has to do with the set statement and the use of the new keyword. Is there a different key word. Every text I have uses the new key w


Pull down menus with Autocad 2000 VBA -
I am trying to integrate some code written in VB6 with AutoCAD 2000. I need a pull down menu that runs various dialogue boxes most of which interact with each other via global variables. I know how to create a menu in AutoCAD but this will only allow me to run separate VBA macros via t


Using Visual Basic with AutoCAD -
Hi, Can anyone tell me if they get any use of the Visual Basic program in AutoCAD? AutoCAD has some version of VB within its own program. I recently finished a college course Called “Computer Aided Drawing and Design” The main point of this two year course was AutoCA


Link with autocad -
Hai My friend working with autocad.he needs some fn,those are not available in autocad.That is he may pass a number of values,we have to do some operation and return the result to auto cad.Is it possible to do those caculation in vb project and return the value back to auto cad.Guide


AutoCAD -
Firstly what references do I want to use to open AutoCAD as an object? (AutoCAD 2000 LT) Secondly, what code do I use also? I am trying to create automated drawing with a few blocks, but am unable even to open the application from code. rather frustrating. If anybody could


Linking AUtocad 3D Model with VB6 -
I've created 3D model of a robotic arm using Autocad 2000. I would like to control the movements of the robot arm using VB6. Can anyone tell me what should I do to achieve this? Or is there any sites regarding 3D robot arm simulation that uses Autocad and VB6? I really need help


Need help while using AutoCAD -
Hi Friends, I am looking for a solution where when ever i am opening a file using autoCAD application, i have to open a vb form and disable the autocad application. Also only the VB Form should be active. Can anyone pls help in this regard. Please.......... Thanks in a


Error in loading DLL -
My VB application was working fine using Acad R14. Problem started when I removed AutoCAD R14 for AutoCAD LT 98. when I try to redefine project reference using AutoCAD Lt R4 Object library, I hit "Error in Loading Dll". I did a global search on ACLT.TLB Which is the f


Autocad files to VRML or other -
I have a few simple autocad files with mostly lines. Is there a converter to convert autocad files for use on webpages with preservation of the 3D charateristics, possibly in VRML?? Or maybe there is some other plugin available? Any help is very much appreciated to see if I'm on the


AutoCAD and VBA question... -
Hi all. I need to execute a VBA macro at AutoCAD startup and I don't know where to specifiy to my AutoCAD which macro to use. For example, lets say I wrote a macro that writes the date on a specific area of the drawing. Now what if I want for that macro to be executed automatica


Open autocad 2007 from visual basic -
Hi. I have the following code: Dim objAcadApp As AcadApplication On Error Resume Next Set objAcadApp = GetObject(, "AutoCAD.Application") Set objAcadApp = CreateObject("AutoCAD.Application") objAcadApp.Visible = True objAcadApp.Documents.Open


problems w/inserted AutoCAD drawings -
I have some forms that I have inserted AutoCAD drawings in. It works fine on my machine w/ AutoCAD, but not others w/out. The file it says it is related to is ACAD.EXE. I take it there is no file that I can attach in the setup to show these drawings. They just look so much cleaner


running lisp routine in autocad -
Hi, I have a VB6 program that amonst other things opens AutoCAD (R14) I want to be able to run a lisp routine in autocad from my VB program. How do I do this thanks in advance MICK


[2005] Interfacing with AutoCAD -
I am currently working on a project in VB 2005 Standard. I have created a standalone app that has some database functionality and a few forms, but now I want to conect it up to AutoCAD LT 2002. I have succesfully exposed the AutoCAD types class in VB via the add references/com interfac


Using Registry to find Program Location! -
Just wondering if anyone would happen to know how I can search the registry, from my program, to find out the path to the AutoCAD installation folder. I need it so that I can run AutoCAD from my program when a certain transaction is complete. Also, Once it opens, how could I run a sp


Autocad links -
Does anyone know how to link an Autocad entity to a Record on a database?? Thanks.


Autocad & jpg -
Is it possible to save (convert) autocad drawings to jpg files ??? Thanks , Moyalt.


AutoCAD VBA -
How can I make program in AutoCAD VBA to calculate demission of all line in current layer?


Connecting With Autocad -
Is it possible in any way to use an Autocad Drawing File to access the drawing information, say the dimensions, and then use it in VB, for example to generate a report from the obtained dimensions. On the other hand, can the File Information in Autocad be used to automate it, instea


VB Automation - How to check if VB Automation possible -
I created a programme that vb automation to autocad and excel. However my question is if my programme is being used in a computer which dont have either one of autocad or excel. What will happen when i try to contact that software ? How can I create a query line to ask the computer


creating add-ins for autocad using VB.6.0. -
Hello guys, How to create add-ins for autocad using VB.6.0


AutoCAD VB and Block Attributes -
Folks, I'm trying to extract the attributes of a Block in AutoCAD using VB and not VBA in AutoCAD. I can use the GetAttributes function in VBA but it doesn't work from VB. Anyone have the syntax to extract the attributes? Cheers.


"ActiveX component can't create object" -
I'm using AutoCAD with the software I'm writing in VB 6.0, and I need to use late binding because I don't know what version of Autocad will be on the user's computer. (When us reference the Autocad type library, you have to specify version). The trouble is I get the error "ActiveX


VB.Net and AutoCAD -
Hi, Does anyone know of any VB.Net programs that allow you to import/export data from AutoCAD, or any CAD program that uses industry standard CAD files? I don't have any specific function in mind at the moment, I am just trying to determine what's out there. Cheers -Rob


dxf file -
does anyone know how to use the autocad class library to create a dxf file for autocad? all i want to do is create a dxf file, that has a line drawn the length that the user inputs in a textbox1 on a vb.net form1. when the user types the number in textbox1, and then hits button1


Open AutoCAD from VB -
I'm having trouble opening AutoCAD from Visual Basic. Code: Dim acadApp As AcadApplication Dim acadDoc As AcadDocument On Error Resume Next Set acadApp = GetObject(, "AutoCAD.Application") If Err Then Set acadApp = CreateObje


I need to draw a path in AutoCAD for a robotic dispensing application. -
I need to draw a path in AutoCAD for a robotic dispensing application. Does anyone know how to get the coordinate data from AutoCAD into Visual Basic 2005?


Help needed for Interface of Vb with Autocad -
Hello to all I need a help from some one who has done some interface of VB with Autocad If possible send me details for drawing auto cad 3 d image by sending parameters through VB


handling AUTOCAD 14 -
Hello there, I'm looking for code to get me running making an application to generate partslists and to get partslists info from autocad files. Thanks in advance