Click here to Skip to main content
15,921,694 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: End other application instance gracefully Pin
PJ Arends27-Jul-06 9:38
professionalPJ Arends27-Jul-06 9:38 
AnswerRe: End other application instance gracefully Pin
Ryan Binns27-Jul-06 18:31
Ryan Binns27-Jul-06 18:31 
QuestionCombining Bitmaps (version 2) [modified] Pin
#realJSOP27-Jul-06 3:52
professional#realJSOP27-Jul-06 3:52 
AnswerRe: Combining Bitmaps (version 2) Pin
PJ Arends27-Jul-06 5:23
professionalPJ Arends27-Jul-06 5:23 
GeneralRe: Combining Bitmaps (version 2) [modified] Pin
#realJSOP27-Jul-06 5:46
professional#realJSOP27-Jul-06 5:46 
GeneralRe: Combining Bitmaps (version 2) Pin
#realJSOP27-Jul-06 6:52
professional#realJSOP27-Jul-06 6:52 
GeneralRe: Combining Bitmaps (version 2) Pin
#realJSOP27-Jul-06 7:04
professional#realJSOP27-Jul-06 7:04 
GeneralRe: Combining Bitmaps (version 2) Pin
PJ Arends27-Jul-06 8:45
professionalPJ Arends27-Jul-06 8:45 
The single pixel is the default bitmap that is selected into a memory device context. If that is what you see that means you are not successfully selecting a bitmap into that device context. You have to create a memory bitmap the size and bit depth required, and use SelectObject() to attach it to the memory device context. The memory device context will then do all it's drawing onto that bitmap.


You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good - Use it!

GeneralRe: Combining Bitmaps (version 2) Pin
PJ Arends27-Jul-06 9:00
professionalPJ Arends27-Jul-06 9:00 
GeneralRe: Combining Bitmaps (version 2) Pin
PJ Arends27-Jul-06 9:06
professionalPJ Arends27-Jul-06 9:06 
Questionredirecting output from console? Pin
9ine27-Jul-06 3:43
9ine27-Jul-06 3:43 
AnswerRe: redirecting output from console? Pin
Gary R. Wheeler29-Jul-06 4:01
Gary R. Wheeler29-Jul-06 4:01 
Questionconvert string to byte [modified] Pin
_tasleem27-Jul-06 3:34
_tasleem27-Jul-06 3:34 
AnswerRe: convert string to byte Pin
toxcct27-Jul-06 3:54
toxcct27-Jul-06 3:54 
GeneralRe: convert string to byte Pin
_tasleem27-Jul-06 4:24
_tasleem27-Jul-06 4:24 
GeneralRe: convert string to byte Pin
PJ Arends27-Jul-06 9:42
professionalPJ Arends27-Jul-06 9:42 
Questionmake the mouse pointer to hourglass Pin
Max++27-Jul-06 3:18
Max++27-Jul-06 3:18 
AnswerRe: make the mouse pointer to hourglass Pin
Chris Losinger27-Jul-06 3:26
professionalChris Losinger27-Jul-06 3:26 
AnswerRe: make the mouse pointer to hourglass Pin
David Crow27-Jul-06 3:33
David Crow27-Jul-06 3:33 
AnswerRe: make the mouse pointer to hourglass Pin
Hamid_RT27-Jul-06 3:45
Hamid_RT27-Jul-06 3:45 
QuestionDate Time picker Pin
tanarnelinistit27-Jul-06 3:14
tanarnelinistit27-Jul-06 3:14 
AnswerRe: Date Time picker Pin
David Crow27-Jul-06 3:16
David Crow27-Jul-06 3:16 
QuestionTesting Critical Sections Pin
softwaremonkey27-Jul-06 2:37
softwaremonkey27-Jul-06 2:37 
AnswerRe: Testing Critical Sections Pin
Cedric Moonen27-Jul-06 3:08
Cedric Moonen27-Jul-06 3:08 
GeneralRe: Testing Critical Sections [modified] Pin
softwaremonkey27-Jul-06 3:28
softwaremonkey27-Jul-06 3:28 

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.