c++ - MFC Dialog Combo Box in a List Control -


i'm trying create dialog window list control (report view) displays column of text. i'm trying add column displays combo box hold list of possible actions first column. there easy way in mfc?

you can't clistctrl (or not without lot of owner drawn code). instead have @ 3rd party control cgridlistctrlex heavy lifting you.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -