On 7/27/07, Russ Alan <[EMAIL PROTECTED]> wrote: > > > If I could easily(?) instantiate that XAML, show it to the user, then > harvest results (via reflection?) to marshal back to the remote machine, > that would be spot on.
The instantiation part is certainly easy -- you can replace the content of a Window from XAML with pretty much one line of code. If the XAML is accessible through a Stream, this.Content = XamlReader.Load(stream); -- 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