Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Networks on May 12, 2004, 11:56 AM

Title: Unregistering Active X Controls
Post by: Networks on May 12, 2004, 11:56 AM
I was BETAing ExileEasy for CrAz3D and I have like 5+ Different version registered in my Visual Basic 6. Any help how I can get these off on refrences and/or components it gets confusing with different versions. Any help would be appreciated.
Title: Re:Unregistering Active X Controls
Post by: Grok on May 12, 2004, 12:56 PM
regsvr32 -u "fully-qualified-path/filename.ocx"
Title: Re:Unregistering Active X Controls
Post by: Networks on May 12, 2004, 02:12 PM
Works like a charm,
Thank you.