Click here to Skip to main content
16,010,544 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: a 3d modeller class Pin
Rilhas6-Aug-06 3:15
Rilhas6-Aug-06 3:15 
GeneralRe: a 3d modeller class Pin
tecdroid6-Aug-06 22:33
tecdroid6-Aug-06 22:33 
GeneralRe: a 3d modeller class Pin
Rilhas10-Aug-06 7:46
Rilhas10-Aug-06 7:46 
GeneralRe: a 3d modeller class Pin
tecdroid11-Aug-06 1:49
tecdroid11-Aug-06 1:49 
QuestionMoving Ellipse Problem Pin
uday kiran janaswamy1-Aug-06 1:28
uday kiran janaswamy1-Aug-06 1:28 
AnswerRe: Moving Ellipse Problem Pin
tecdroid1-Aug-06 1:43
tecdroid1-Aug-06 1:43 
AnswerRe: Moving Ellipse Problem Pin
toxcct1-Aug-06 2:24
toxcct1-Aug-06 2:24 
AnswerRe: Moving Ellipse Problem Pin
Zac Howland1-Aug-06 4:28
Zac Howland1-Aug-06 4:28 
The answer to both of your questions is to use a double-buffering scheme. Basically, you will create a device context that isn't displayed to the monitor, draw to it, then copy all the bits to the screen at once. Do a search on this site for CMemDC and you will hit a couple articles that do exactly that.

When dealing with graphics that change regularly, do not draw them to the screen directly or you will have the flicker problem.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

QuestionAccess Web Services from MS eMbedded C++ 4.0 Pin
iks1-Aug-06 1:09
iks1-Aug-06 1:09 
QuestionXMLRPC and VStudio6.0(VC++) Pin
_AnsHUMAN_ 1-Aug-06 0:49
_AnsHUMAN_ 1-Aug-06 0:49 
QuestionTooltip to static text?? Pin
Manjunath S1-Aug-06 0:48
Manjunath S1-Aug-06 0:48 
AnswerRe: Tooltip to static text?? Pin
uday kiran janaswamy1-Aug-06 1:02
uday kiran janaswamy1-Aug-06 1:02 
QuestionMoving Ellipse Problem Pin
uday kiran janaswamy1-Aug-06 0:34
uday kiran janaswamy1-Aug-06 0:34 
AnswerRe: Moving Ellipse Problem Pin
Hamid_RT1-Aug-06 0:50
Hamid_RT1-Aug-06 0:50 
GeneralRe: Moving Ellipse Problem [modified] Pin
uday kiran janaswamy1-Aug-06 0:53
uday kiran janaswamy1-Aug-06 0:53 
GeneralRe: Moving Ellipse Problem Pin
Hamid_RT1-Aug-06 1:27
Hamid_RT1-Aug-06 1:27 
GeneralRe: Moving Ellipse Problem Pin
uday kiran janaswamy1-Aug-06 1:30
uday kiran janaswamy1-Aug-06 1:30 
QuestionRTTI Pin
vikramlinux31-Jul-06 23:59
vikramlinux31-Jul-06 23:59 
AnswerRe: RTTI Pin
toxcct1-Aug-06 0:36
toxcct1-Aug-06 0:36 
GeneralRe: RTTI Pin
ThatsAlok1-Aug-06 23:52
ThatsAlok1-Aug-06 23:52 
QuestionSQL Scripting in a Batch File Pin
Programm3r31-Jul-06 23:55
Programm3r31-Jul-06 23:55 
AnswerRe: SQL Scripting in a Batch File Pin
toxcct31-Jul-06 23:57
toxcct31-Jul-06 23:57 
GeneralRe: SQL Scripting in a Batch File Pin
Programm3r31-Jul-06 23:59
Programm3r31-Jul-06 23:59 
AnswerRe: SQL Scripting in a Batch File Pin
David Crow1-Aug-06 3:16
David Crow1-Aug-06 3:16 
QuestionCompressing & Uncompressing of text file Pin
Suresh H31-Jul-06 23:37
Suresh H31-Jul-06 23:37 

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.