J
JB
Hi All,
I want to dynamically change the Application.EnableVisualStyles flag.
I have an application that uses a startup form (.Net Framework 2.0)
and if I set the EnableVisualStyles in the Application.Startup event
it doesn't work.
The only way it works is if I set this flag at design time in the
Application properties.
Any suggestions on how I can change this flag dynamically without
using Sub Main()?
Thanks
JB
I want to dynamically change the Application.EnableVisualStyles flag.
I have an application that uses a startup form (.Net Framework 2.0)
and if I set the EnableVisualStyles in the Application.Startup event
it doesn't work.
The only way it works is if I set this flag at design time in the
Application properties.
Any suggestions on how I can change this flag dynamically without
using Sub Main()?
Thanks
JB