.NET Usercontrols in Taskpane

M

Marc Wetters

I've created a taskpane that can host .NET usercontrols dynamicly. These .NET
usercontrols can interact with the InfoPath XDocument.

I'm thinking of writing a HowTo article on that subject.
Where is the best place to publish this article???
Regards,

Marc Wetters
 
M

Marc Wetters

I created a ActiveX control wich can dynamicly load .NET usercontrols wich
can be used in the taskpane. The Activex control can be scripted to tell wich
control has to be loaded.
And created some functionality around it so that you can acces to the
XDocument.
The only thing is that your Infopath form has to be full trusted.

I'm gone a write a detailed Article HowTo do everything.
 
M

Marc Wetters

1. I looked at that but that didn't work in the scenario I wanted to use the
NET controls.
2. Yes the the .NET control can interact with the InfoPath form!!! This was
very important to me.
 
Top