Search found 7 matches

.Net SDS Api

Danielm103,

I'd be very interested in trying out your sds api. I've been using vb6, .net & COM interop to build addins, and I'd love to be able to access some of the extra functionality in the icad api (and finally ditch vb6 and COM!).

thanks!
benqsmith (at) yahoo (dot) com

RSTRACH, Thanks for pointing this out. I've been looking into it a little bit, but haven't figured out a good solution. I can get the dll & associated functions reloaded after opening a new drawing by putting some code in "Common Projects" to capture the Document_Open event, but I real...

gsprink,

AddressOf is a VB operator. My understanding is that it retrieves the memory address of the referenced Sub and passes it along to IntelliCAD. If you don't put "AddressOf" before the name of the Sub you are defining as a function in IntelliCAD, the function won't work in IntelliCAD.

After quite a bit of trial and error, I managed to answer my own question. Although I've seen questions about building addins in quite a few places on the web, I've never actually seen an explanation of the process. So, I put together a list of all of the steps needed to create an addin for IntelliC...

John, Thanks for the quick response. Your solution works just as described for accessing a code-library-type dll with VBA. I guess if I have to use that method to access my existing dlls, I will, but what I'd really like to do is: 1. Create an Add-In using the VB 6 Add-In Designer 2. Reference my ex...

I'm having the exact same trouble with creating an AddIn (dll) in VB6 - OnConnect, OnDisconnect, OnStartupComplete events all work great, but I can't access any public Subs/Functions unless I use VBA. It doesn't matter whether I set the dll to autoload or if I use appload. I've also tried the follow...

Go to advanced search