Registring a Control

T

tom

I have just upgraded to windows vista and
I have several vb controls I need to register.
I used "regsvr32" to perform this in the past
but windows vista does not like this I get the
following message:

"Cannot import tabcontrolex.dll. The specified file
is not a registry script. You can only import binary
files from within the registry editor."

What does vista use to register controls ?

Tom
 
H

Herfried K. Wagner [MVP]

tom said:
I have just upgraded to windows vista and
I have several vb controls I need to register.
I used "regsvr32" to perform this in the past
but windows vista does not like this

Are you sure you are dealing with COM/ActiveX DLLs? Note that .NET-based
DLLs do not need to be registered at all and /cannot/ be registered using
"regsvr32".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top