Click here to Skip to main content
15,889,096 members
Home / Discussions / Graphics
   

Graphics

 
AnswerRe: Frozen screen after activation of Win screensaver Pin
sohst14-Jun-07 8:52
sohst14-Jun-07 8:52 
AnswerRe: Frozen screen after activation of Win screensaver Pin
sohst11-Jun-07 6:37
sohst11-Jun-07 6:37 
Questionvertices and bones Pin
zqueezy6-Jun-07 13:08
zqueezy6-Jun-07 13:08 
AnswerRe: vertices and bones Pin
El Corazon7-Jun-07 9:14
El Corazon7-Jun-07 9:14 
Question3d view of DTED using OpenGL Pin
Durga Prasad Dhulipudi6-Jun-07 1:42
Durga Prasad Dhulipudi6-Jun-07 1:42 
AnswerRe: 3d view of DTED using OpenGL Pin
El Corazon7-Jun-07 9:10
El Corazon7-Jun-07 9:10 
QuestionHow to use OnPaint() ??? :( Pin
Chintan.Desai5-Jun-07 21:28
Chintan.Desai5-Jun-07 21:28 
AnswerRe: How to use OnPaint() ??? :( Pin
Mark Salsbery6-Jun-07 6:29
Mark Salsbery6-Jun-07 6:29 
You need to store any information you need to redraw all the lines when you receive the
WM_PAINT notification.

For a DC to do the drawing to, you can use the BeginPaint/EndPaint APIs or get a DC for the
window and handle the validating of the update region of the window yourself.

What language are you coding in?

Mark

"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

QuestionOpenGL slection/picking(mouse based) HEELP? Pin
Raza56805-Jun-07 5:18
Raza56805-Jun-07 5:18 
AnswerRe: OpenGL slection/picking(mouse based) HEELP? Pin
XTAL2565-Jun-07 19:07
XTAL2565-Jun-07 19:07 
GeneralRe: OpenGL slection/picking(mouse based) HEELP? Pin
tomitron21-Jun-07 5:57
tomitron21-Jun-07 5:57 
QuestionVideo encoder suggestion Pin
C. Tam4-Jun-07 15:12
C. Tam4-Jun-07 15:12 
QuestionVirtual camera recommendation Pin
C. Tam4-Jun-07 14:58
C. Tam4-Jun-07 14:58 
QuestionOpenGL alpha transparency Pin
XTAL2564-Jun-07 14:08
XTAL2564-Jun-07 14:08 
AnswerRe: OpenGL alpha transparency Pin
El Corazon7-Jun-07 9:31
El Corazon7-Jun-07 9:31 
GeneralRe: OpenGL alpha transparency Pin
XTAL25615-Jun-07 18:13
XTAL25615-Jun-07 18:13 
GeneralRe: OpenGL alpha transparency Pin
El Corazon17-Jun-07 18:42
El Corazon17-Jun-07 18:42 
GeneralRe: OpenGL alpha transparency Pin
XTAL25619-Jun-07 18:05
XTAL25619-Jun-07 18:05 
GeneralRe: OpenGL alpha transparency Pin
El Corazon21-Jun-07 9:30
El Corazon21-Jun-07 9:30 
GeneralRe: OpenGL alpha transparency Pin
XTAL25621-Jun-07 18:00
XTAL25621-Jun-07 18:00 
QuestionProblem extracting full palette from 8bit image Pin
Sepharo4-Jun-07 7:47
Sepharo4-Jun-07 7:47 
AnswerRe: Problem extracting full palette from 8bit image Pin
Mark Salsbery4-Jun-07 8:05
Mark Salsbery4-Jun-07 8:05 
GeneralRe: Problem extracting full palette from 8bit image Pin
Sepharo4-Jun-07 8:26
Sepharo4-Jun-07 8:26 
GeneralRe: Problem extracting full palette from 8bit image Pin
Mark Salsbery4-Jun-07 8:37
Mark Salsbery4-Jun-07 8:37 
GeneralRe: Problem extracting full palette from 8bit image Pin
Sepharo4-Jun-07 8:41
Sepharo4-Jun-07 8:41 

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.