change font colour, bold the font and background in list box
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
i wish to change the font to bold as well as make colour changes to background and font for my listbox, how do i do that? :~
You could change the font type by changing the font type of your form resource. Like dialog, formview and etc. It will change your button and list box font type when it is in the on top of dialog. Sonork 100.41263:Anthony_Yio
-
i wish to change the font to bold as well as make colour changes to background and font for my listbox, how do i do that? :~