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
I

indrajeshr

@indrajeshr
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • image capture
    I indrajeshr

    Yeah. Greg is right. Blitting somehow doesn't restrict itself to the lower level window dc. It takes information from the top level window as well. What I felt was, to somehow update the memory dc after the draw operation. I tried sending WM_PRINT message, which I found in msdn said, it updates the dc. This too doesn't help me. Anymore insights or workarounds to do the job? Thanks

    cheers rajesh.r

    C / C++ / MFC graphics help question

  • image capture
    I indrajeshr

    Hi Can anyone help me capturing a part of the window as a bitmap? Currently, the code i wrote captures the top-lying windows as well. I dont want it to capture them. HGDIOBJ prev = SelectObject(memdc, mybitmap); //Drawing functions. BitBlt( memdc, 0, 0, w, h, sourcedc, SRCCOPY); SelectObject(memdc, prev); Thanks

    cheers rajesh.r

    C / C++ / MFC 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