Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Windows Forms
  4. Skin Desktop Application in .Net Framework 2.0

Skin Desktop Application in .Net Framework 2.0

Scheduled Pinned Locked Moved Windows Forms
csharpdotnetwpfhelptutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sudjp
    wrote on last edited by
    #1

    I could find topic on applying skins in applications developed in .Net Framework 3.0 and higher using the WPF. But i need to apply it in .Net Framework 2.0 using C#. Can anyone give me hint or some sort of sample code on how to apply skin. Ur help will be really appreciated. Thanx in advance.

    Sudyp

    T 1 Reply Last reply
    0
    • S sudjp

      I could find topic on applying skins in applications developed in .Net Framework 3.0 and higher using the WPF. But i need to apply it in .Net Framework 2.0 using C#. Can anyone give me hint or some sort of sample code on how to apply skin. Ur help will be really appreciated. Thanx in advance.

      Sudyp

      T Offline
      T Offline
      Thomas Stockwell
      wrote on last edited by
      #2

      You can only apply skins relative to skins already installed on the computer, you can set them through the UxTheme WinAPI. As far as creating your own custom skins and applying them, it gets a bit more difficult. A few options:

      • Set the FormStyle to none or no border. Then design your own UI on the blank canvas.

      • Possibly alter aspects of the Form style with the help of one of my articles:Adding Transparent Menus and Titlebar Buttons to your Applications[^]

      • Develop a themed GUI that is independent of the visual styles of the form borders. One of my articles may help with: ToolStrip Custom Renderers[^]

      Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog

      S 1 Reply Last reply
      0
      • T Thomas Stockwell

        You can only apply skins relative to skins already installed on the computer, you can set them through the UxTheme WinAPI. As far as creating your own custom skins and applying them, it gets a bit more difficult. A few options:

        • Set the FormStyle to none or no border. Then design your own UI on the blank canvas.

        • Possibly alter aspects of the Form style with the help of one of my articles:Adding Transparent Menus and Titlebar Buttons to your Applications[^]

        • Develop a themed GUI that is independent of the visual styles of the form borders. One of my articles may help with: ToolStrip Custom Renderers[^]

        Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog

        S Offline
        S Offline
        sudjp
        wrote on last edited by
        #3

        Mr. Thomas, First of all thank you for the quick reply. I will definitely go though ur articles. I am hopeful that they are going to of great help for me in trying to skin desktop application. Regards sudyp

        Sudyp

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups