Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to display the item of a treectrl like this? Pin
Iain Clarke, Warrior Programmer27-Jul-03 23:05
Iain Clarke, Warrior Programmer27-Jul-03 23:05 
AnswerRe: How to display the item of a treectrl like this? Pin
dan o27-Jul-03 23:13
dan o27-Jul-03 23:13 
GeneralParameters for MSComm Pin
petr.me27-Jul-03 21:37
petr.me27-Jul-03 21:37 
GeneralSuche Leute zum MFC / C++ lernen Pin
schonu27-Jul-03 21:04
schonu27-Jul-03 21:04 
GeneralRe: Suche Leute zum MFC / C++ lernen Pin
Philip Patrick28-Jul-03 1:20
professionalPhilip Patrick28-Jul-03 1:20 
GeneralRe: Suche Leute zum MFC / C++ lernen Pin
peterchen28-Jul-03 4:41
peterchen28-Jul-03 4:41 
GeneralWin32 vc++ Smooth Animation Pin
koxin27-Jul-03 20:54
koxin27-Jul-03 20:54 
GeneralRe: Win32 vc++ Smooth Animation Pin
Iain Clarke, Warrior Programmer27-Jul-03 23:14
Iain Clarke, Warrior Programmer27-Jul-03 23:14 
In normal GDI, you can't do this. The nearest you can come is to draw into a memory DC and bitblt
it to the screen in one go. Which I assume you have done.

You need to move to DirectDraw / Direct3D. Then you can draw into a "back surface", and flip it
to the front synchronously with the screen redraw.

Such a change is beyond an answer in this forum, but there is a DirectX section on codeproject
which has a lot of examples for you.

Iain.

Questionhow can i apply a macro to all project files Pin
sunil_g1727-Jul-03 20:15
sunil_g1727-Jul-03 20:15 
QuestionHow to PRINT MsWord DOC through VC++ Dlg based Prg Pin
22491727-Jul-03 20:01
22491727-Jul-03 20:01 
AnswerRe: How to PRINT MsWord DOC through VC++ Dlg based Prg Pin
wb27-Jul-03 22:41
wb27-Jul-03 22:41 
GeneralSaving graph Pin
Neha27-Jul-03 20:00
Neha27-Jul-03 20:00 
GeneralRe: Saving graph Pin
Alexander M.,28-Jul-03 3:19
Alexander M.,28-Jul-03 3:19 
QuestionHow can I clear drop list combo box? Pin
Emre Zorlu27-Jul-03 19:46
Emre Zorlu27-Jul-03 19:46 
AnswerRe: How can I clear drop list combo box? Pin
Frank K27-Jul-03 19:52
Frank K27-Jul-03 19:52 
GeneralRe: How can I clear drop list combo box? Pin
Emre Zorlu27-Jul-03 21:23
Emre Zorlu27-Jul-03 21:23 
GeneralRe: How can I clear drop list combo box? Pin
David Crow28-Jul-03 5:16
David Crow28-Jul-03 5:16 
AnswerRe: How can I clear drop list combo box? Pin
wb27-Jul-03 22:42
wb27-Jul-03 22:42 
Generalweb cam Pin
Anonymous27-Jul-03 18:07
Anonymous27-Jul-03 18:07 
GeneralRe: web cam Pin
Beer2627-Jul-03 18:28
Beer2627-Jul-03 18:28 
GeneralRe: web cam Pin
csc27-Jul-03 21:09
csc27-Jul-03 21:09 
GeneralRe: web cam Pin
Anonymous28-Jul-03 5:18
Anonymous28-Jul-03 5:18 
GeneralRe: web cam Pin
Anonymous28-Jul-03 5:19
Anonymous28-Jul-03 5:19 
GeneralRe: web cam Pin
csc28-Jul-03 19:41
csc28-Jul-03 19:41 
GeneralRe: web cam Pin
Andrew Walker28-Jul-03 1:03
Andrew Walker28-Jul-03 1:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.