I created some objects and then deleted them from their folders. Unfortunately, the references remain (some with identical names) under 'Projects', 'References'
So........ how do I delete them from there>>>
thanks
[email protected]
Printable View
I created some objects and then deleted them from their folders. Unfortunately, the references remain (some with identical names) under 'Projects', 'References'
So........ how do I delete them from there>>>
thanks
[email protected]
To remove them from the references you will have to unregister them from the command prompt using regsvr32.
To register:
to unregister:Code:regsvr32 "C:\myObject.ocx"
Hope this helpsCode:regsvr32 /u "C:\myObject.ocx"
Shaun