Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / January 2007

Tip: Looking for answers? Try searching our database.

Switching from Classic to Windows XP controls look bad??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
newscorrespondent@charter.net - 20 Jan 2007 14:33 GMT
I have a desktop appliction currently compiling with Visual Studio 2005
written in C#. The client recently switched from Classic Windows to
WindowsXP and many of the controls and background colors are washed out and
can't be seen.

Is there a quick fix or do I just need to go through all of them and make
adjustments? What adjustments need to be made?

Thanks
Jeff Gaines - 20 Jan 2007 15:06 GMT
>I have a desktop appliction currently compiling with Visual Studio 2005
>written in C#. The client recently switched from Classic Windows to
[quoted text clipped - 5 lines]
>
>Thanks

Are the 'washed out' colours things like Tree Views and List Views with
Hide Selection set to false? If so it's a feature of XP and get worse in
Vista where they seem to use white on white as a high light.

If your app uses the client's existing Windows colours then perhaps he/she
needs to adjust the system wide colours, it is probably an issue in
several spps?

Signature

Jeff Gaines

ClayB - 22 Jan 2007 11:06 GMT
Your color settings may not be taking effect due to XP Themes support.
You could try commenting out:

Application.EnableVisualStyles();

in your static Main method to see if that affects this problem. You
could also look for properties like ThemesEnabled on the problem
controls and turn those off as well.

============
Clay Burch
Syncfusion, Inc.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.