I am working on the windows form based application using MFC
in visual studio 2010. Running on clr
I have attached WPFuserlibrary
with it to use WPF contrl in the project. I want to make the Custom List Control
so I can display the WPF
control for e.g. a button in every row of list.
hwndWPF1 = GetHwnd(m_democontrol.GetSafeHwnd(),20,20, 20,20);
this is how i am displaying the HWND
object But this draws on the form or list view. I want to draw this inside listcontrol
in every row. Any Ideas?