Click here to Skip to main content
15,902,189 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am designing a winform project, and I want to use infopath.dll in it. I don't know how to use it, can you give me some examples.

--dirk.zhang
Posted

1 solution

In order to use the dll you should add a reference to it in your project. See: http://msdn.microsoft.com/en-us/library/wkze6zky.aspx[^]. Depending on the type of the dll (ActiveX, net) follow the specific guidelines in the article.

After referencing it follow the instruction provided with the library to use it in your code.
 
Share this answer
 
v2
Comments
dirk.zhang 11-Jan-12 20:55pm    
thank you for answer me, I do have a problem with using this dll. Is there any instruction?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900