using arx from vb or vba

using arx from vb or vba

Anonymous
Not applicable
331 Views
3 Replies
Message 1 of 4

using arx from vb or vba

Anonymous
Not applicable
Hello all

I am new to ARX. My need is to create a arx file
with certain functions and call this functions from vb
to get the outputs.

I was referering to the object arx "comsamps" samples.I compiled the program and created an arx out of it.

I loaded the arx application and called the sq command and executed it and it works fine.

Now my question is how access the same and its properties from vba or vb. (how to reference the file as we do it for other cases)

Thanks in advance
Sri
0 Likes
332 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
You can call directly into AutoCAD from VB.NET, see samples\dotNet; this should work with Visual Studio 2002, VS 2003, and the forthcoming VS 2005 (aka Whidbey). Dan "srinivasan" wrote in message news:13935745.1112101524399.JavaMail.jive@jiveforum1.autodesk.com... > Hello all > > I am new to ARX. My need is to create a arx file > with certain functions and call this functions from vb > to get the outputs. > > I was referering to the object arx "comsamps" samples.I compiled the > program and created an arx out of it. > > I loaded the arx application and called the sq command and executed it and > it works fine. > > Now my question is how access the same and its properties from vba or vb. > (how to reference the file as we do it for other cases) > > Thanks in advance > Sri
0 Likes
Message 3 of 4

Anonymous
Not applicable
Are you using C++ or .NET as a develpoment environment?

Regards, jonz
0 Likes
Message 4 of 4

Anonymous
Not applicable
I am using vc++

regards
Sri
0 Likes