' Add ImageList, ListView, Toolbar to form Private Sub Form_Load() ' Add images ImageList1.ListImages.Add , "folder", LoadPicture("folder.bmp") ImageList1.ListImages.Add , "file", LoadPicture("file.bmp") ' Assign to ListView Set ListView1.Icons = ImageList1 ListView1.View = lvwReport
Everything was stable. The ghost in the machine was at rest. mscomctl
MSCOMCTL.OCX
For , the file should be in C:\Windows\SysWOW64\ . For 32-bit Windows , place it in C:\Windows\System32\ . ' Add ImageList, ListView, Toolbar to form Private