When creating activeX servers in VB, VB automatically creates type libraries and embeds typelibrary in the respective com server. Is there a way we can prevent VB from embeding Type Library information in ActiveX DLL or ActiveX OCX?
OR after DLL/OCX is created, can we remove it from binary?

Thanks