MA
Download v1.0
26 downloads
| Version | 1.0 |
|---|---|
| Publisher | Microsoft |
| Release date | Jul 11, 2011 |
| Date added | Jul 29, 2005 |
| Os requirements | Windows, Windows XP, Windows 2003 |
| Requirements | Visual Studio 2005 July CTP. |
| Total downloads | 26 |
| Price | Free |
Description
MFC and WinForms Integration is comprised of three MFC extension dlls, two WinForm user controls, and one main MFC MDI app. EXTDLL1 uses CWinFormsView to host the WinFormUserControlView1 user control as a CView window inside the MFC MDI app. Also uses command routing to send messages to the WinForms user control. EXTDLL2 shows how to host a WinForm user control as a static control inside an existing CView window. EXTDLL3 encapsulates the different ways a WinForm user control can be hosted in an MFC dialog, including using CDialog and CWinFormsDialog.