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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

mloibl

@mloibl
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Opening and Displaying TIFF images
    M mloibl

    http://www.6ixsoft.com/ http://www.codetools.com/bitmap/graphicsuite.asp http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT http://www.efg2.com/Lab/Library/ImageProcessing/Algorithms.htm http://thorkildsen.no/faqsys/docs/dither.c

    C / C++ / MFC algorithms help

  • commandline of other processes
    M mloibl

    does anyone know how to get the commandline of other processes (calling parameters)

    C / C++ / MFC tutorial

  • CListCtrl - a bug ?? (empty rows rest)
    M mloibl

    Hi, I have a listbox (CListCtrl, report style), and I feed it with data. If its contents gets too large, a scrollbar appears on the right side. Under some circumstances, when removing some items again, empty rows rest in the control. I do not know if it has to do something with the scrollbar (e.g. only if it disappears or so). Any suggestions ? A bug ? Any equal experiences ? Heard about it already? On the internet I found some equal situation: Anybody aware of bug in CListCtrl

    CListCtrl funny stuff (bug or incorrect use?)

    C / C++ / MFC com json help question

  • Scanner Programming
    M mloibl

    see http://www.dosadi.com/download.htm http://www.dosadi.com/ctwain.htm

    The Lounge c++ question csharp learning

  • MFC and SDK???
    M mloibl

    some extracts from the mfc-sources: CPaintDC::CPaintDC(CWnd* pWnd) { ... ::BeginPaint(m_hWnd = pWnd->m_hWnd, &m_ps); ... } CPaintDC::~CPaintDC() { ... ::EndPaint(m_hWnd, &m_ps); ... } void CView::OnPaint() { // standard paint routine CPaintDC dc(this); OnPrepareDC(&dc); OnDraw(&dc); } So you are right: BeginPaint begins within the constructor CPaintDC dc(this), EndPaint is called from within the destructor; it's called when the local CPaintDC goes out of scope and that's at the end of CView::OnPaint. If you look more precise at the sources, you'll find out that some extra work is done by MFC (OnPrepareDC, ...) Markus

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