Embedding an InfoPath instance in a Visual Studio project?

Consider the following mock image I created:

layout http://i42.tinypic.com/mcrb0z.jpg

I'm new to InfoPath and was curious if anyone knows how to embed an InfoPath instance inside a winform so that users can fill out a form without launching InfoPath.

+1


a source to share


2 answers


The InfoPath Editor can be hosted as a control in a Winforms application. Instructions for this are at http://msdn.microsoft.com/en-us/library/aa947697.aspx , at the bottom of the page.



+2


a source


See Hosting an InfoPath 2007 Form Editing Environment in a custom Windows Form .



0


a source







All Articles