wow, .net 2003 bogus?
try using visual styles on a form...
using:
VB Code:
Public Sub New(Optional ByVal arg As String = "%sysroot%") MyBase.New() InitializeComponent() Application.EnableVisualStyles() Application.DoEvents() End Sub
- Create an image list with images
- Create a listview with property LargeImageList set to the created imagelist...
NO ICONS APEAR!
![]()
remove visual styles...
ICONS APEAR!
![]()
I've been trying to find out what's wrong in HOURS now... please help anyone?!![]()




Reply With Quote