LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Registering Active X Control in 6i

I'm a newbie to LabView. I created an Active X control that has 3 third
party controls within it with Visual Basic. I put this control within
LabView, but haven't a clue as to how to register the controls for
distribution so others can run the program. Can anybody help me?

Thanks,
angela
angelagarcia@mindspring.com
0 Kudos
Message 1 of 3
(3,102 Views)
Angela,

"Drop" your control on RegSrv32.exe. It can be found in the /System32
Windows directory.


"angela" wrote in message
news:3a282afe@newsgroups.ni.com...
> I'm a newbie to LabView. I created an Active X control that has 3 third
> party controls within it with Visual Basic. I put this control within
> LabView, but haven't a clue as to how to register the controls for
> distribution so others can run the program. Can anybody help me?
>
> Thanks,
> angela
> angelagarcia@mindspring.com
>
>
>
0 Kudos
Message 2 of 3
(3,102 Views)
Use REGSVR32 utility from Microsoft. Or you can just call
DllRegisterServer() expoted by the DLL/OCX to rgister it. The function
signature is
HRESULT _stdcall DllRegisterServer().

Makoto

"angela" wrote in message
news:3a282afe@newsgroups.ni.com...
> I'm a newbie to LabView. I created an Active X control that has 3 third
> party controls within it with Visual Basic. I put this control within
> LabView, but haven't a clue as to how to register the controls for
> distribution so others can run the program. Can anybody help me?
>
> Thanks,
> angela
> angelagarcia@mindspring.com
>
>
>
0 Kudos
Message 3 of 3
(3,102 Views)