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
  1. Home
  2. General Programming
  3. C#
  4. Transparent Label

Transparent Label

Scheduled Pinned Locked Moved C#
questionhelp
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.
  • M Offline
    M Offline
    morteza57
    wrote on last edited by
    #1

    Hi, I want create a Label with transparent Color as "Color.FromArgb(40, 0, 0, 255)" how can I do? Please help me

    G N 2 Replies Last reply
    0
    • M morteza57

      Hi, I want create a Label with transparent Color as "Color.FromArgb(40, 0, 0, 255)" how can I do? Please help me

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Please don't cross post.

      --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • M morteza57

        Hi, I want create a Label with transparent Color as "Color.FromArgb(40, 0, 0, 255)" how can I do? Please help me

        N Offline
        N Offline
        Nader Elshehabi
        wrote on last edited by
        #3

        Hello You'd have to inherit your own class from class Label, and in your class call

        SetStyle(ControlStyles.SupportTransparentBackColor, true);

        Then change the BackColor as you like.

        Regards:rose:

        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