Flicker Free example with dialog von pospiech | Apr 26, 2007 | MFC | 2 Kommentare The example for the moving objects is called MovingPixels: MovingPixels.h BOOL CFlickerFreeDemoDlg::OnEraseBkgnd(CDC* pDC) { return FALSE; }BOOL CFlickerFreeDemoDlg::OnEraseBkgnd(CDC* pDC) { return FALSE; } MovingPixels.cpp BOOL CFlickerFreeDemoDlg::OnInitDialog() { SetTimer(1, 33, NULL); ...BOOL CFlickerFreeDemoDlg::OnInitDialog() { SetTimer(1, 33, NULL); ... Ähnliche Beiträge Seiten: 1 2 3 2 Kommentare Matthias Pospiech am Dezember 21, 2007 um 14:00 What exactly do you want to see? Maximus am Dezember 20, 2007 um 10:45 I would like to see a continuation of the topic Trackbacks/Pingbacks Matthias Pospiech :: MFC: Flicker Free example with CStatic Control - [...] It works very similar to the description of Flicker Free example with dialog. [...] Kommentar absendenDeine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert Rezept Bewertung Rezept Bewertung Kommentar * Notify me of followup comments via e-mail Name * E-Mail * Website Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für die nächste Kommentierung speichern. Δ Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.
What exactly do you want to see?
I would like to see a continuation of the topic