CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Theme

  1. #1
    Join Date
    Sep 2005
    Location
    Cracow, Poland
    Posts
    345

    Theme

    I would like to know how can I change a theme dynamically.
    Thank You very much for help in advance.

  2. #2
    Join Date
    Feb 2007
    Location
    Cat Square (near Charlotte)
    Posts
    16

    Re: Theme

    Go to msdn.con and download one of their templates. The list is here:
    http://msdn2.microsoft.com/en-us/asp.net/aa336613.aspx

    The "Personal Design" template supports themes. You download the template, it "installs itself" into visual studio. You then create a new web site, using that template. It creates all the files and is runnable right there. You click on the little icon, it changes the theme right then. It even uses "profiles" to remember users choices.

    You can look through all those files and learn quite a bit.

    Shouldn't take more than a few hours, and you'd know exactly how to do it.
    C# - Visual Studio 2005
    Frameworks 2.0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured