newbie question about COM objects

E

Eps

I have a com object I want to use, the DLL file is in my
windows\system32 directory nad it is registered with regsrv32. I am
using visual c# express 2005 beta, when i try to add the dll using the
choose items option of the toolbox context menu it doesnt work, no error
just doesnt add the object to the list of COM objects availiable.

Is there any pure code way of accessing this object ?

Any help appreciated.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

You just have to add a reference, right click the References in the project
explorer, select add new , then select COM tab, look for it and you are
ready


cheers,
 

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