CListctrl
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I want when I click on a row in a list box all of data in row be bold but only data in first column of row is bold
Agh
You can do this by using the custome draw( NM_CUSTOMDRAW ) in listcontrol. Search in the CP for custome drawn list controls.
nave [OpenedFileFinder]
-
I want when I click on a row in a list box all of data in row be bold but only data in first column of row is bold
Agh