Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Compiler versions Pin
PJ Arends16-Feb-07 22:31
professionalPJ Arends16-Feb-07 22:31 
GeneralRe: Compiler versions Pin
Waldermort16-Feb-07 22:46
Waldermort16-Feb-07 22:46 
QuestionBITMAP handling for screen Pin
Vancouver16-Feb-07 13:12
Vancouver16-Feb-07 13:12 
AnswerRe: BITMAP handling for screen [modified] Pin
Mark Salsbery16-Feb-07 13:58
Mark Salsbery16-Feb-07 13:58 
GeneralRe: BITMAP handling for screen Pin
Vancouver16-Feb-07 18:04
Vancouver16-Feb-07 18:04 
GeneralRe: BITMAP handling for screen Pin
Waldermort16-Feb-07 19:13
Waldermort16-Feb-07 19:13 
GeneralRe: BITMAP handling for screen Pin
Vancouver17-Feb-07 9:58
Vancouver17-Feb-07 9:58 
GeneralRe: BITMAP handling for screen Pin
Mark Salsbery18-Feb-07 7:12
Mark Salsbery18-Feb-07 7:12 
1) Why do you think the planes should be anything but 1? Planar video modes are rarely used
these days.

2) I guess I didn't get the question. Your original question was "How can I get the correct
(color) bitmap to the memory DC?". What, to you, is "the correct (color) bitmap"?

3) Using a DIBSection gives you all the performance of a DDB plus direct access to the bits.
That's what they are for. You don't get access to the bits with a DDB. That field in the BITMAP
struct is for use by other APIs, including some related to DIBsections.



Great job, team. Head back to base for debriefing and cocktails.

GeneralRe: BITMAP handling for screen Pin
Vancouver18-Feb-07 7:53
Vancouver18-Feb-07 7:53 
GeneralRe: BITMAP handling for screen Pin
Mark Salsbery18-Feb-07 8:36
Mark Salsbery18-Feb-07 8:36 
GeneralRe: BITMAP handling for screen Pin
Vancouver18-Feb-07 7:46
Vancouver18-Feb-07 7:46 
QuestionSFTP using C++ Pin
LCI16-Feb-07 8:50
LCI16-Feb-07 8:50 
AnswerRe: SFTP using C++ Pin
led mike16-Feb-07 12:14
led mike16-Feb-07 12:14 
QuestionOn paint calling order Pin
Kharfax16-Feb-07 8:01
Kharfax16-Feb-07 8:01 
AnswerRe: On paint calling order Pin
Newbie0016-Feb-07 8:09
Newbie0016-Feb-07 8:09 
AnswerRe: On paint calling order Pin
PJ Arends16-Feb-07 8:22
professionalPJ Arends16-Feb-07 8:22 
AnswerRe: On paint calling order Pin
Kharfax16-Feb-07 8:26
Kharfax16-Feb-07 8:26 
AnswerRe: On paint calling order Pin
Michael Dunn16-Feb-07 10:17
sitebuilderMichael Dunn16-Feb-07 10:17 
QuestionHow to disable selected drives? Pin
Super Hornet16-Feb-07 4:57
Super Hornet16-Feb-07 4:57 
QuestionRe: How to disable selected drives? Pin
David Crow16-Feb-07 5:14
David Crow16-Feb-07 5:14 
QuestionRe: How to disable selected drives? Pin
Super Hornet16-Feb-07 5:49
Super Hornet16-Feb-07 5:49 
AnswerRe: How to disable selected drives? Pin
David Crow16-Feb-07 6:42
David Crow16-Feb-07 6:42 
AnswerRe: How to disable selected drives? Pin
Newbie0016-Feb-07 7:16
Newbie0016-Feb-07 7:16 
QuestionWeb server sing VC++/MFC Pin
softwaremonkey16-Feb-07 4:29
softwaremonkey16-Feb-07 4:29 
AnswerRe: Web server sing VC++/MFC Pin
led mike16-Feb-07 4:35
led mike16-Feb-07 4:35 

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.