hi
how to register an active x control ?? and how to register
activex dll ??? pl .let me know ..
thanks in advance
sanju
Printable View
hi
how to register an active x control ?? and how to register
activex dll ??? pl .let me know ..
thanks in advance
sanju
How to (manually) register an OCX or DLL:
REGSVR32 EXAMPLE.DLL
REGSVR32 ins on your Visual Studio Disk I in \OS\SYSTEM\
How to (manually) de-register an OCX or DLL:
REGSVR32 /U EXAMPLE.DLL
If you write an OCX or DLL in VB an compile it, it's automatically registered on your machine.
Roger
Is this what you are looking for?
http://forums.vb-world.net/showthread.php?threadid=2497
You can also use ActiveX Control Test Container to register and unregister controls. It comes with VB6. Dunno about earlier versions.