Top "Windowsformshost" questions

Questions about the WindowsFormsHost element

WPF WindowsFormsHost sizing

I wanted to wrap a windows forms control in a wpf UserControl <UserControl x:Class="MVVMLibrary.ReportViewer" xmlns="http://…

wpf user-controls windowsformshost
Render WPF control on top of WindowsFormsHost

I know that default WPF behavior is to render WPF controls and then on top render WinForms, but are there …

wpf windowsformshost
Can I overlay a WPF window on top of another?

I have a WPF window, which contains a WindowsFormsHost element. I need to draw things on top of this element, …

.net wpf interop windowsformshost
WindowsFormsHost is always the most top from WPF element

how to set the z-index windowsformhost that they are not always at the top of the WPF element ?

wpf z-index windowsformshost topmost
How To Add Winform To WindowsFormsHost

My Main Project Is Under WPF, In My Solution I have: winform which name is Form1 wpfForm which name is …

c# wpf integration mdi windowsformshost
Cannot bind to the target method because its signature or security transparency is not compatible with that of the delegate type

Having done nothing more than install Visual Studio 2012, our existing application now crashes when attempting to create a delegate. Why …

c# delegates visual-studio-2012 windowsformshost
Application.Idle event not firing in WPF application

I am using a third-party Windows Forms control that performs some actions "delayed" using the Application.Idle event. Now that …

wpf winforms windowsformshost
How to make s WPF menu look like a Windows Forms ToolStripMenu?

I am new to WPF. And by new I mean I just started it today after getting .net 3.5. I usually …

c# .net wpf winforms windowsformshost
Differentiate Window vs Page vs UserControl in WPF?

I wondered if someone could help me. I'm new to WPF and am currently writing a desktop application, but I …

c# asp.net wpf windowsformshost
wpf WindowsFormsHost is not visible when AllowsTransparency="True"

somebody addressed this issue here http://social.msdn.microsoft.com/forums/en-US/wpf/thread/6f9dd3b5-af92-4076-9…

wpf windowsformshost