.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Web Services & VB.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
95 Views, 2 Replies
09-06-2005 08:52 AM
I've created a VBA application within AutoCAD a few years back. I'm migrating to VB.NET and am wondering how VBA/AutoCAD will handle all my VB.NET assemblies I've created. First off, can AutoCAD call a webservice? Can AutoCAD instantiate an Assembly and work with it's properties and methods?
Thanks,
Derek
Thanks,
Derek
*J. Daniel Smith
Re: Web Services & VB.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-06-2005 12:01 PM in reply to:
dzinser
AutoCAD exposes a .NET API; by and large, you use it just as any other .NET
API. That is, there aren't a lot of special rules for .NET that only apply
to AutoCAD.
Dan
wrote in message news:4948178@discussion.autodesk.com...
I've created a VBA application within AutoCAD a few years back. I'm
migrating to VB.NET and am wondering how VBA/AutoCAD will handle all my
VB.NET assemblies I've created. First off, can AutoCAD call a webservice?
Can AutoCAD instantiate an Assembly and work with it's properties and
methods?
Thanks,
Derek
API. That is, there aren't a lot of special rules for .NET that only apply
to AutoCAD.
Dan
I've created a VBA application within AutoCAD a few years back. I'm
migrating to VB.NET and am wondering how VBA/AutoCAD will handle all my
VB.NET assemblies I've created. First off, can AutoCAD call a webservice?
Can AutoCAD instantiate an Assembly and work with it's properties and
methods?
Thanks,
Derek
*Carlos
Re: Web Services & VB.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-07-2005 03:22 PM in reply to:
dzinser
I use web services with C# and AutoCAD, and it all works just fine.
-Carlos
wrote in message news:4948178@discussion.autodesk.com...
I've created a VBA application within AutoCAD a few years back. I'm
migrating to VB.NET and am wondering how VBA/AutoCAD will handle all my
VB.NET assemblies I've created. First off, can AutoCAD call a webservice?
Can AutoCAD instantiate an Assembly and work with it's properties and
methods?
Thanks,
Derek
-Carlos
I've created a VBA application within AutoCAD a few years back. I'm
migrating to VB.NET and am wondering how VBA/AutoCAD will handle all my
VB.NET assemblies I've created. First off, can AutoCAD call a webservice?
Can AutoCAD instantiate an Assembly and work with it's properties and
methods?
Thanks,
Derek
