-
I'm trying to find out what type of listbox that Napster use when you are searching for files. It's labeled [Filename, Filesize, Bitrate.. ect;]? When I used my spy program, it showed SysTabControl32 when I placed my mouse over the Listbox and not the Tab's... Anyone know the name of this control?
-
It's a ListView, and can be found in the Microsoft Common Controls 6 component. On the properties page of the ListView, you have to change it's type to 'Report', then add some columns. Then just add items to the list...
-