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 / C++ / MFC
  4. how to drawline on picture box in MFC/C++?

how to drawline on picture box in MFC/C++?

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialquestion
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.
  • P Offline
    P Offline
    ping_jacob
    wrote on last edited by
    #1

    i need to drawline on picture box in MFC/C++ how can do it? please give some tip or hint to me thanks so much....

    S 1 Reply Last reply
    0
    • P ping_jacob

      i need to drawline on picture box in MFC/C++ how can do it? please give some tip or hint to me thanks so much....

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2
      1. Override CStatic to give you an MFC class that subclasses the picture box.
      2. Add an OnPaint handler to that new class.
      3. In the OnPaint handler, get a DC with BeginPaint
      4. Use MoveTo[^] and LineTo[^] to draw a line
      5. Add a class variable (of the type you created in step 1) for the picture box in your parent window

      drawline on picture box - DONE!

      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

      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