newbie question about COM objects

  • Thread starter Thread starter Eps
  • Start date Start date
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.
 
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,
 
Back
Top