hy all,
I would like to change the font to bold of only one item of a lisview32 control...
if some help
THX B7
I would like to change the font to bold of only one item of a lisview32 control...
if some help
THX B7
Try using LVS_OWNERDRAWFIXED and check for WM_DRAWITEM (in WndProc). Then you will have to draw everything by your self, even write the text (I think using CreateFont is the way to 'create' a bold font).
The Win32.hlp should tell you more about the technical details.
The Win32.hlp should tell you more about the technical details.