Trying to load a .NET DLL into a VBA working IDE
Dear VBFormers,
I am trying to write a VB.NET DLL file, which i wish to use in Adobe Director 12.0 using it's VBA Xtra (VBA Session Processes). I have nearly finished writing the DLL, then coming to a close i then wish to import it into Director, then so. This means that it has to be either a DLL or then a DCR. The DLL is written in Visual Basic, etc. And then the DCR is the Control that is written in Director. So then please send me a line of help here, thanks.
!! Thanks in advance !!
Re: Trying to load a .NET DLL into a VBA working IDE
https://docs.microsoft.com/en-us/dot...e-com-wrappers - also, I don't think it matters what .NET language you use, it all compiles to the same kind of binary code. What do you need the dll for? Perhaps there is another way to do what you want?
Re: Trying to load a .NET DLL into a VBA working IDE
Well actually i need it to then to be an OCX instead, so that i am able to import it into Adobe Director VBA Xtra session...
Re: Trying to load a .NET DLL into a VBA working IDE
Re: Trying to load a .NET DLL into a VBA working IDE