wow, .net 2003 bogus?

try using visual styles on a form...

using:
VB Code:
  1. Public Sub New(Optional ByVal arg As String = "%sysroot%")
  2.         MyBase.New()
  3.         InitializeComponent()
  4.         Application.EnableVisualStyles()
  5.         Application.DoEvents()
  6.     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?!