Windows form embedded in InfoPath 2003

S

Suz

My project manager would like have a windows form embedded in an infopath
form. Specifically, he does NOT want to have the windows form compiled and
launched with a 'process.start(form.exe)' statement. He wants the form
contained within the InfoPath form so that there could be interaction between
the InfoPath form and the windows form. The InfoPath code (using VB.Net) and
windows form code would all be contained within the project code.

Has anyone do this? If so, how?

Thanks for your help!
 
S

Suz

Greg,

I have been working on this and it can be done. The form and its controls
have to be built programmatically. I am doing this in a class and calling the
class from InfoPath.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top