How to unregister the OCX from VB 
Author Message
 How to unregister the OCX from VB

I had create some ActiveX control from VB5,
The VB5 allwayse registe automaticly
but I don't know how to unregist it.
Can anybody help me?



Fri, 22 Sep 2000 03:00:00 GMT  
 How to unregister the OCX from VB

You can use regsvr32.exe with the /u option to unregister from the command
line.   Are you asking how to unregister from within a VB app?  If so, I
see now reason why you can't shell to this from your VB app, calling it
with the right arguments.  It should work.



Quote:
> I had create some ActiveX control from VB5,
> The VB5 allwayse registe automaticly
> but I don't know how to unregist it.
> Can anybody help me?



Fri, 22 Sep 2000 03:00:00 GMT  
 How to unregister the OCX from VB

Quote:

>I had create some ActiveX control from VB5,
>The VB5 allwayse registe automaticly
>but I don't know how to unregist it.
>Can anybody help me?

If you have Access, you can unregister a control under
Tools --> ActiveX Controls

Or

you can run the RegSvr32 /u [filename]

Steven McGovern
Healthmasters, Inc



Sun, 24 Sep 2000 03:00:00 GMT  
 How to unregister the OCX from VB

Run regedit and remove all keys that point to the referred ocx, but be
careful with this!

Quote:

>I had create some ActiveX control from VB5,
>The VB5 allwayse registe automaticly
>but I don't know how to unregist it.
>Can anybody help me?



Mon, 25 Sep 2000 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Unregister OCX's

2. Programmatically Unregister DLL and OCX

3. Some servers and ocx's won't unregister

4. beans.ocx cannot be loaded, when you unregister and register the JavaBean as an ActiveX Component

5. How do I unregister .DLL and .OCX files?

6. Cannot unregister OCX control

7. Why don't my exe's and ocx's unregister

8. How to unregister a missing ocx?

9. UNREGISTER OCX?

10. Register/Unregister dll/ocx using API calls

11. How do I unregister .DLL and .OCX files?

12. Unregister TLB VBR EXE OCX DLL

 

 
Powered by phpBB® Forum Software