How do you import Activex component in to .NET

A) With AXImp.exe
B) With Pinvoke.exe
C) With Tlbimp.exe

Showing Answers 1 - 2 of 2 Answers

naveentej

  • Jan 7th, 2006
 

An application called AXImp.exe shipped with .Net SDK is used.

This application does something similar as Tlbimp.exe does for non graphical COM components.

It creates a wrapper component that contains the type information that the .Net runtime can understand.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions