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. PictureBox

PictureBox

Scheduled Pinned Locked Moved C#
helptutorial
2 Posts 2 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.
  • J Offline
    J Offline
    james_dixon_2008
    wrote on last edited by
    #1

    Hi I am doing some image processing stuff with the help of Christian Graus articles available here. But he has performed all the image processing stuff directly on the form. Whereas i want to use picture box. And i have tried several ways but its not working. Can any one help me out with any example of his Image Processing application over the picture box. Thank You James

    L 1 Reply Last reply
    0
    • J james_dixon_2008

      Hi I am doing some image processing stuff with the help of Christian Graus articles available here. But he has performed all the image processing stuff directly on the form. Whereas i want to use picture box. And i have tried several ways but its not working. Can any one help me out with any example of his Image Processing application over the picture box. Thank You James

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      james_dixon_2008 wrote:

      its not working

      that does not tell us anything. I don't think a PictureBox is a very useful Control, it gives more trouble than it is worth. I'd rather load and paint my Image myself, painting it either onto the Form or a simple Panel. In both cases all painting must be handled by the Paint handler. Whatever you do, for image processing, the first step is to perform the processing, the second is to redraw it, either by telling the PictureBox to reload its Image (I guess by reassigning its Image property), or the Form/Panel to redraw itself (by issuing an Invalidate). :)

      Luc Pattyn [Forum Guidelines] [My Articles]


      This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


      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