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
L

Longxe

@Longxe
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • draw above a control?
    L Longxe

    my panel still has alot controls and i want this rectangle draw above these controls,and i have just done it buy set the BackColor=Color.Transparency; but while my panel display images capture by webcam, this doesn't qork anymore? Sorry about my bad English! thanks for your help!

    C# question graphics help

  • inherited controls
    L Longxe

    i think you can build a usercontrol, that ok.;)

    C# question help

  • draw above a control?
    L Longxe

    so like you say, how can i put a frame(drawing image) may be this image on another or same panel which :doh:is displaying images that are capturing by webcam. sorry about my bad English! -- modified at 0:16 Wednesday 26th October, 2005

    C# question graphics help

  • draw above a control?
    L Longxe

    hi, I have a question. I want to draw a line on the panel but this line must be drawn above all the control in this panel. my code doesn't work as my want. protected override void OnPaint(PaintEventArgs e) { base.OnPaint (e); Graphics g = e.Graphics; g.DrawRectangle(new Pen(Color.Red,3),0,0,this.Width-10,this.Height-10); //this rectange still draws under all control } thanks for help!

    C# question graphics help
  • Login

  • Don't have an account? Register

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