I am working in .NET 2.0 and am not using the application framework (design
choice)... but when I turn on Application.EnableVisualStyles() I randomly
have icons disappear in tree views and list views that are tied to image
lists... any reason why this would happen? any way to fix it? thanks!
Smokey Grindle - 12 Jul 2007 13:21 GMT
figured it out, have to make it the very first line of code in my
application!
>I am working in .NET 2.0 and am not using the application framework (design
>choice)... but when I turn on Application.EnableVisualStyles() I randomly
>have icons disappear in tree views and list views that are tied to image
>lists... any reason why this would happen? any way to fix it? thanks!