CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2000
    Location
    Indore (MP) INDIA.
    Posts
    356

    Question Skinnable UI with WinForms

    Hello Everyone,

    I have a requirement of writing a WinForm application that should support "SKINS" for the UI. On applying a skin, the look and feel of the application can change drastically. Even the size and shape of the Main window and its child controls can change.

    I have absolutely NO idea about, how to achieve this in .NET WinForms.

    Any Article, Link, Sample or Lecture would be of great help and will be appriciated with many many Thanks :-)

    Thanks

    * (Vipul) () ;
    (*Vipul)() ;

  2. #2
    Join Date
    Jul 2004
    Location
    Lahore
    Posts
    27

    Re: Skinnable UI with WinForms

    This article might help you out

    http://www.codeproject.com/cs/media/OpenTheme.asp

    I found it quite useful to apply skins to my interfaces.

  3. #3
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: Skinnable UI with WinForms


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