LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove an ActiveX ctl from menu?

Currently in my "Select ActiveX Object" window (from right clicking on an
ActiveX container ->insert ActiveX object) I have several garbage controls
that i made to test some code and block diagrams
As such, several copies of the same ActiveX control are in the menu

Does anyone know how to remove these controls from the menu?

(and how did I added them in the first place?)

Also if anyone can point me in the direction of some good resources regarding
ActiveX objects and Labview, it would be greatly appreciated
0 Kudos
Message 1 of 2
(2,390 Views)
You need to unregister the ActiveX:
The command to manually register or unregister an ActiveX component is:

C:\WINDOWS\SYSTEM\REGSVR32 filename
or
C:\WINDOWS\SYSTEM\REGSVR32 /u filename

Then delete filename.ocx or .dll
-
"Phil" wrote in message
news:3a085351@newsgroups.ni.com...
>
> Currently in my "Select ActiveX Object" window (from right clicking on an
> ActiveX container ->insert ActiveX object) I have several garbage controls
> that i made to test some code and block diagrams
> As such, several copies of the same ActiveX control are in the menu
>
> Does anyone know how to remove these controls from the menu?
>
> (and how did I added them in the first place?)
>
> Also if anyone can point me in the direction of some good resources
regarding
> A
ctiveX objects and Labview, it would be greatly appreciated
0 Kudos
Message 2 of 2
(2,390 Views)