Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3849262
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T16:49:38+00:00 2026-05-19T16:49:38+00:00

This page lists a way to change the default LookandFeel for a .net application

  • 0

This page lists a way to change the default LookandFeel for a .net application using DevExpress 10.2. It’s not working for me.

My code (in Main())

imports DevExpress.LookAndFeel

DevExpress.LookAndFeel.UserLookAndFeel.Default.SkinName = "Caramel"
DevExpress.LookAndFeel.UserLookAndFeel.Default.UseWindowsXPTheme = False
DevExpress.LookAndFeel.UserLookAndFeel.Default.LookAndFeelStyle.Office2003

My users hate this new grey theme and want Caramel back… suggestions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T16:49:39+00:00Added an answer on May 19, 2026 at 4:49 pm

    Your code should work. But you have to make sure that all your forms are derived from DevExpress.XtraEditors.XtraForm (for a Winforms-Application). Otherwise the LookAndFeel will not be propagated to the controls on the forms.
    In general: if you place a devexpress control in a container that is not derived from a devexpress container the look-and-feel will not change.

    Edit: the original question & answer was for DevExpress v 10.x. Starting with DevExpress V 2011.2 you need to reference a “DevExpress.BonusSkins.vXX.Y”-library in your project and register the bonus skins via

    DevExpress.UserSkins.BonusSkins.Register();
    

    The bonus skin libraries are called e.g. “DevExpress.BonusSkins.v12.1.DLL” and can be found in the “\Bin\Framework”-Folder of your DevExpress-installation.

    Complete code would look like:

    DevExpress.UserSkins.BonusSkins.Register();
    DefaultLookAndFeel defaultLF = new DefaultLookAndFeel();
    defaultLF.LookAndFeel.UseDefaultLookAndFeel = true;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a way to change the default ASP.net MVC validation so that
So I currently have three unordered lists in my header. This is a single-page
I'm trying to create a page by using view 2. This page list all
For my ASP.NET page, in the code behind I load various items/options into a
I have an ASP.NET ListBox on a page, and as postbacks occur, I change
On this page there is a list of footer links that have a little
Windows provides a lockless singly linked list, as documented at this page: Win32 SList
This Wikipedia page has an extensive list of hashing methods As you can see,
in the aspx page i am getting this error while binding dropdown list Unable
This page from Adobe says to add a wmode parameter and set its value

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.