Friday, May 23, 2008

WPF Fun for WinForm'ers - How to host a WPF User Control in your WinForm (and how to interact with it)

CodeProject - Integrate WPF UserControls in WinForms

"WPF_Winforms_1

Introduction

In one of our last articles the author described how to embed WinForms-Controls into WPF. This one explains the other way around: how can one integrate a WPF-UserControl into WinForms. In the example, a scaleable WPF-image is hosted in a WinForms-Dialog.

..."

A simple, enough information to get you going on your own, project which shows WinForm'ers how to get some WPF goodness onto their forms.

No comments: