Control to contain a WPF window?

D

Dean Slindee

Is there any control in WPF which can host a WPF window? If not now, are
there any plans to improve WPF to implement window hosting.
Related question: is it not possible to build a MDI application in WPF.

If there is a WPF newsgroup, please direct me there.

Thanks,
Dean S
 
K

kimiraikkonen

Is there any control in WPF which can host a WPF window?  If not now, are
there any plans to improve WPF to implement window hosting.
Related question: is it not possible to build a MDI application in WPF.

If there is a WPF newsgroup, please direct me there.

Thanks,
Dean S

As i found on the net, you can check these out:

Hosting a WPF Composite Control in Windows Forms
http://msdn.microsoft.com/en-us/library/ms745781.aspx

Hosting a Windows Forms Composite Control in WPF:
http://msdn.microsoft.com/en-us/library/ms750944.aspx

HTH,

Onur Güzel
 
D

Dean Slindee

Thanks for the links, I read them thoroughly.

However, I am not looking for a "hybird" WPF/WinForm solution, but rather a
pure WPF solution.

I want to host a WPF window inside another WPF window. I want to host a WPF
window as a "control" in a WPF window, much like a button is hosted in a WPF
window. This may not be possible today in WPF, but that is what I am trying
to determine.

I do this all the time in Windows Forms. Without this capability, WPF is
mostly useless to me.


Is there any control in WPF which can host a WPF window? If not now, are
there any plans to improve WPF to implement window hosting.
Related question: is it not possible to build a MDI application in WPF.

If there is a WPF newsgroup, please direct me there.

Thanks,
Dean S

As i found on the net, you can check these out:

Hosting a WPF Composite Control in Windows Forms
http://msdn.microsoft.com/en-us/library/ms745781.aspx

Hosting a Windows Forms Composite Control in WPF:
http://msdn.microsoft.com/en-us/library/ms750944.aspx

HTH,

Onur Güzel
 

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