[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference abbott::visual_basic

Title:Microsoft Visual Basic
Moderator:TAMARA::DFEDOR::fedor
Created:Thu May 02 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2565
Total number of notes:10453

2422.0. "Install: Clean LApTop gives wierd errors after application install" by FUTURS::MARSHALL1 () Mon Oct 07 1996 10:28

T.RTitleUserPersonal
Name
DateLines
2422.1Solved, Controls need to be in RegistryFUTURS::MARSHALL1Tue Oct 08 1996 08:085
2422.2how?PCBUOA::GARDESTue May 20 1997 16:399
    OK - stupid question - how does one easily "register a control
    in the registry" - I keep running into this problem on some systems,
    and I check the registry with regedit and the .OCX controls are not
    registered.  But how do I regester them, without using the
    VB installation - we are using PC-INstall.
    
    THanks,
    Sharon
    
2422.3XSTACY::PATTISONA rolling stone gets the wormTue May 20 1997 17:039
>    OK - stupid question - how does one easily "register a control
>    in the registry" - I keep running into this problem on some systems,
>    and I check the registry with regedit and the .OCX controls are not
>    registered.  But how do I regester them, without using the
>    VB installation - we are using PC-INstall.

Search for a program called Regocx32.exe (probably In C:\Windows\System)
I can't recall if this came with VB or Windows, however.

2422.4EVTSG8::TOWERSWed May 21 1997 07:185
    You might also need Regsvr32.exe for registering DLLs (in-process
    servers). Add the /u qualifier to unregister.
    
    Cheers,
    Brian