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. Visual Basic
  4. Transparant background

Transparant background

Scheduled Pinned Locked Moved Visual Basic
questionhelp
3 Posts 3 Posters 1 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.
  • P Offline
    P Offline
    Pete Newman
    wrote on last edited by
    #1

    If i have a label on a form, how can i code it so the background colour is transparrant @ runtime ?

    I really do need help..... all this computer stuff is way over my head !!

    N 1 Reply Last reply
    0
    • P Pete Newman

      If i have a label on a form, how can i code it so the background colour is transparrant @ runtime ?

      I really do need help..... all this computer stuff is way over my head !!

      N Offline
      N Offline
      nlarson11
      wrote on last edited by
      #2

      Me.Label1.BackColor = System.Drawing.Color.Transparent Tip: whenever you change a controls properties from their default in the design mode, the change is added to the form's designer for that control. so you if you put a label on your form and change it's background color, go look at the form designer and see how the ide did that. then use the same command at runtime. Nathan -- modified at 13:52 Tuesday 14th November, 2006

      S 1 Reply Last reply
      0
      • N nlarson11

        Me.Label1.BackColor = System.Drawing.Color.Transparent Tip: whenever you change a controls properties from their default in the design mode, the change is added to the form's designer for that control. so you if you put a label on your form and change it's background color, go look at the form designer and see how the ide did that. then use the same command at runtime. Nathan -- modified at 13:52 Tuesday 14th November, 2006

        S Offline
        S Offline
        Syed Shahid Hussain
        wrote on last edited by
        #3

        Hi Friend I really appreciate your assistance and i really like your Golden tip. Gooooooooooooooooooooooooooooooooooooooooooooooooooooooooooood work :-O Regards

        Syed Shahid Hussain

        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