Windows XP, VS 2005. Not sure what you mean by Visual Styles being enabled?
"Oldman" <Oldman@discussions.microsoft.com> schrieb:
> Windows XP, VS 2005. Not sure what you mean by Visual Styles being
> enabled?
The typical Windows XP look (rounded buttons, colored tab control headers,
...). If you are using VB 2005, check out the option to enable visual
styles in the project properties ("My Project").

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Oldman - 20 Feb 2007 15:47 GMT
I am using C# and I do not see any setting like that in the project properties.
> "Oldman" <Oldman@discussions.microsoft.com> schrieb:
> > Windows XP, VS 2005. Not sure what you mean by Visual Styles being
[quoted text clipped - 3 lines]
> ....). If you are using VB 2005, check out the option to enable visual
> styles in the project properties ("My Project").
Ciaran O''Donnell - 20 Feb 2007 16:05 GMT
In your main method that starts the app. Ensure there is a call to
Application.EnableVisualStyles();

Signature
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com
> I am using C# and I do not see any setting like that in the project properties.
>
[quoted text clipped - 5 lines]
> > ....). If you are using VB 2005, check out the option to enable visual
> > styles in the project properties ("My Project").
Oldman - 20 Feb 2007 19:00 GMT
Thank you that did it.
> In your main method that starts the app. Ensure there is a call to
> Application.EnableVisualStyles();
[quoted text clipped - 8 lines]
> > > ....). If you are using VB 2005, check out the option to enable visual
> > > styles in the project properties ("My Project").