T.R | Title | User | Personal Name | Date | Lines |
---|
2422.1 | Solved, Controls need to be in Registry | FUTURS::MARSHALL1 | | Tue Oct 08 1996 08:08 | 5 |
2422.2 | how? | PCBUOA::GARDES | | Tue May 20 1997 16:39 | 9 |
| 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.3 | | XSTACY::PATTISON | A rolling stone gets the worm | Tue May 20 1997 17:03 | 9 |
| > 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.4 | | EVTSG8::TOWERS | | Wed May 21 1997 07:18 | 5 |
| You might also need Regsvr32.exe for registering DLLs (in-process
servers). Add the /u qualifier to unregister.
Cheers,
Brian
|