quote:
Originally posted by raceprouk
ListView supports RTF (obviously), so is it possible to get an ITextServices for each item?
We're talking VB here, not C++ where you use the Windows listview. If you use the listview from the windows common controls library, then yes, if you use the listview from the ActiveX common library then no... The basic VB controls do not support RTF or unicode. Nevertheless, even in C++ you must make the listview owner drawn to be able to do this stuff as Windows does not support such things by itself; you need to program it (AFAIK).