How can I do a Multicolumn listbox, 3x10, where 3 are "song", "year", "artist", and 10 the amount of elements that sould be in the list?

#include <windows.h>
#include <CommDlg.h>
#include...