On 7/27/07, Russ Alan <[EMAIL PROTECTED]> wrote:
>
>
> The hosting UI application could simply have a panel on an WPF form.
> Assign the Form.Content with appropriate XAML from remote process.
> At appropriate time, parse the Controls collection looking for known input
> types
>        Ignoring anything else
> Harvest input values and marshal to remote process.
>
Actually, now that I think about it, it sounds like you could probably send
the results back to the remote machine by reserializing to XAML with a
XamlWriter.Save(this.Content) on window close, and then scrape the values
back out of the XAML.

--
Curt Hagenlocher
[EMAIL PROTECTED]

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to