> Hello All,
>
[quoted text clipped - 3 lines]
> Thanks.
> Mark
All VB ActiveX controls/dlls are support Self Registration. That may not
mean what you think it does. All it means is that the dll/ocx exposes
DllRegisterServer and DllUnregisterServer methods and the contents of those
methods setup/remove information from the registry.
Self Registration for Controls
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/html/0fff07
e5-10bb-4052-8eb1-021efcb66d6c.asp

Signature
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..