How to add a Control In a List Control
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hello people I want to add a COMBO BOX or any other Windows control in a LIST CONTROL that is the COMBO BOX should appear as if it were an item of the LIST CONTROL Regards Ahmed Ajmal
It looks like you need a GridControl. Look at Chris Maunders Grid control: http://www.codeproject.com/miscctrl/gridctrl_combo.asp[^] John