10-14-2009 11:09 AM
Hi,
I posted this question by mistake in the LabVIEW/CVI fourms, so I am reposting it here. I have a question about how LabVIEW "sees" activex controls. I have a dll, which displays createable objects in the activex menu. LabVIEW sees the type library name and I can create methods and property nodes. Now, when I load the same dll into VB 2008, I get the self-registration error, eventhough the dll was manually registered using regsrv32. What is LabVIEW doing to be able to "see" the activex controls inside the dll?
10-15-2009 05:00 PM
Hey shivels,
The dll you are using is working properly in LabVIEW? It seems like the problem is less with LabVIEW and more with VB2008. It might be more helpful to post your question in a forum for VB2008 to figure out why it is not working. The lowest level code that LabVIEW is using to interface with ActiveX is not information that is really make available.