E
Emmanuel
In .NET Framework 1.1 in order to enable visual styles we had to code:
Application.EnableVisualStyles();
Application.DoEvents();
before anything visual, and then set the FlatStyle attribute of the controls
to FlatStyle.System.
Is all these needed on version 2.0 in order to achieve the same behaviour
(XP like controls) ?
Thanks
Emmanuel
Application.EnableVisualStyles();
Application.DoEvents();
before anything visual, and then set the FlatStyle attribute of the controls
to FlatStyle.System.
Is all these needed on version 2.0 in order to achieve the same behaviour
(XP like controls) ?
Thanks
Emmanuel