Application.EnableVisualStyles

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Smokey Grindle

    #1

    Application.EnableVisualStyles

    I am working in .NET 2.0 and am not using the application framework (design
    choice)... but when I turn on Application.Ena bleVisualStyles () 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

    #2
    Re: Application.Ena bleVisualStyles

    figured it out, have to make it the very first line of code in my
    application!

    "Smokey Grindle" <nospam@nospam. comwrote in message
    news:eohhz0$wHH A.4384@TK2MSFTN GP02.phx.gbl...
    >I am working in .NET 2.0 and am not using the application framework (design
    >choice)... but when I turn on Application.Ena bleVisualStyles () 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!
    >

    Comment

    Working...