When I have Application.EnableVisualStyles() in my app so that is support the windows xp themes, the icons in the listview do not show up. as soon as i comment that out, they do? does anyone know a way around this?
thanks.
Printable View
When I have Application.EnableVisualStyles() in my app so that is support the windows xp themes, the icons in the listview do not show up. as soon as i comment that out, they do? does anyone know a way around this?
thanks.
That might be a bug. Put DoEvents() below Application.EnableVisualStyles()
im using vb.net 2003, i've added the line. application.doevents and still doesn't show up...a bug huh...DAMN. if you have anymore advice i would really appreciate it, thanks.