moabiker31
Programmer
VB.net 2005
Originally, Enable Application Framework was true and Enable XP visual styles was true; and the images were showing in the listviews. Then I realized I needed the ability to accept command line arguments so I set Enable Application Framework to false and added sub Main() to a module. I want the XP Style so I'm calling Application.EnableVisualStyles() but now my images aren't showing in the listviews. When I don't call Application.EnableVisualStyles() I get the images in the listviews but I lose all of the XP Styles.
Is there a way to get the images and XP Styles?
Originally, Enable Application Framework was true and Enable XP visual styles was true; and the images were showing in the listviews. Then I realized I needed the ability to accept command line arguments so I set Enable Application Framework to false and added sub Main() to a module. I want the XP Style so I'm calling Application.EnableVisualStyles() but now my images aren't showing in the listviews. When I don't call Application.EnableVisualStyles() I get the images in the listviews but I lose all of the XP Styles.
Is there a way to get the images and XP Styles?