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
T

timbo timbo nl

@timbo timbo nl
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Transparant picturebox
    T timbo timbo nl

    Hi, I'm trying to place a control onto a form behind a picturebox. Some area's of this picturebox are defined as transparant. Now I run into the problem of not seeing the controls anymore. What does happen is the transparent area is taking the same color as the form so it looks transparant but not truly is. What am I doing wrong?! thanks in advance Here is some sample code.. // set transparant color Bitmap bmp = new Bitmap(this.ImgBackground.Image); bmp.MakeTransparent(Color.FromArgb(255,0,255)); this.ImgBackground.Image= bmp;

    C# graphics help question
  • Login

  • Don't have an account? Register

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