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. C#
  4. how i can change the skin of my form ?

how i can change the skin of my form ?

Scheduled Pinned Locked Moved C#
comtutorialquestion
3 Posts 3 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.
  • A Offline
    A Offline
    Ahmed R El Bohoty
    wrote on last edited by
    #1

    hello guys, how i can change the skin of my form ? for example : like this http://www.codeproject.com/showcase/FunnelIt/image001.jpg[^] i want to know what steps are required to something like this or any skin i wan t

    D P 2 Replies Last reply
    0
    • A Ahmed R El Bohoty

      hello guys, how i can change the skin of my form ? for example : like this http://www.codeproject.com/showcase/FunnelIt/image001.jpg[^] i want to know what steps are required to something like this or any skin i wan t

      D Offline
      D Offline
      Dmitry Khudorozhkov
      wrote on last edited by
      #2

      How To skin C# apps? .NET toolkits for skinning support

      ------------------------- Listen up! Teamwork means staying out of my way! (Seifer, Final Fantasy 8).

      1 Reply Last reply
      0
      • A Ahmed R El Bohoty

        hello guys, how i can change the skin of my form ? for example : like this http://www.codeproject.com/showcase/FunnelIt/image001.jpg[^] i want to know what steps are required to something like this or any skin i wan t

        P Offline
        P Offline
        parasaniasandip
        wrote on last edited by
        #3

        You can use .CSS file with .skin file. .skin file affect your whole project. .CSS file use for applay class only for particular control. How to applay .skin file and .css ========================================================================= Skin File .skin file tage applay to whole application Skin File .CSS File body { } #fieldset { position: absolute; font-weight: bold; background-color:Silver; } #fieldset .txtBox {background-color:Red; } #fieldset .lblOptional { color:Red; } .txtBox { border: 1px solid #1B3D6B; font-size:1em; background-color:#BBAAFF; } .lblOptional { color:Blue; }

        Parasania Sandip MOB : 9879840216 Parasaniasandip@gmail.com (M.C.A.,P.G.D.C.A.,B.I.T.& C.A.)

        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