Creating InfoPath projects in Visual Studio
This section discusses how to create an InfoPath COM Add-in.
- Create a COM Add-in to Add Custom Features to InfoPath: Describes how to create a COM Add-in to add custom features to InfoPath.
Developing InfoPath Form Templates with Code: Describes how to create projects for InfoPath form templates that have business logic written in managed code (Visual Basic or C#) against members of the Microsoft.Office.InfoPath namespace.
Developing Form Templates Using the InfoPath 2003 Object Model: Describes how to create projects for InfoPath form templates that have business logic written in managed code (Visual Basic or C#) against members of the InfoPath 2003-compatible object model provided by the Microsoft.Office.Interop.InfoPath.SemiTrust namespace.
Automating InfoPath from Other Applications: Describes the InfoPath primary interop and XML interop assemblies and how their types and members are used to automate InfoPath from external applications using managed code.