T
Thomas Wang
I want to let my app support XP theme,since I use .Net
1.1 so I and the Application.EnableVisualStyles();
like this
static void Main()
{
Application.EnableVisualStyles();
Application.Run(new Form1());
}
but after that,my Treeview lost the item image!
Why?
Thank you!
1.1 so I and the Application.EnableVisualStyles();
like this
static void Main()
{
Application.EnableVisualStyles();
Application.Run(new Form1());
}
but after that,my Treeview lost the item image!
Why?
Thank you!