Click here to Skip to main content
15,914,767 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Check Driver Pin
David Crow24-Sep-13 3:21
David Crow24-Sep-13 3:21 
AnswerRe: Check Driver Pin
jeron124-Sep-13 3:29
jeron124-Sep-13 3:29 
AnswerRe: Check Driver Pin
Erudite_Eric24-Sep-13 8:43
Erudite_Eric24-Sep-13 8:43 
AnswerRe: Check Driver Pin
Gisle Vanem25-Sep-13 0:24
Gisle Vanem25-Sep-13 0:24 
Questionwhen its required explicit keyword in constructor Pin
ranjithkumar8124-Sep-13 1:00
ranjithkumar8124-Sep-13 1:00 
AnswerRe: when its required explicit keyword in constructor Pin
André Kraak24-Sep-13 2:16
André Kraak24-Sep-13 2:16 
QuestionConvert raw image data to PNG Pin
Don Guy23-Sep-13 12:39
Don Guy23-Sep-13 12:39 
AnswerRe: Convert raw image data to PNG Pin
Garth J Lancaster23-Sep-13 13:03
professionalGarth J Lancaster23-Sep-13 13:03 
AnswerRe: Convert raw image data to PNG Pin
Randor 23-Sep-13 15:00
professional Randor 23-Sep-13 15:00 
GeneralRe: Convert raw image data to PNG Pin
Don Guy23-Sep-13 15:19
Don Guy23-Sep-13 15:19 
GeneralRe: Convert raw image data to PNG Pin
Randor 23-Sep-13 18:07
professional Randor 23-Sep-13 18:07 
GeneralRe: Convert raw image data to PNG Pin
Don Guy24-Sep-13 5:22
Don Guy24-Sep-13 5:22 
GeneralRe: Convert raw image data to PNG Pin
Don Guy24-Sep-13 5:41
Don Guy24-Sep-13 5:41 
GeneralRe: Convert raw image data to PNG Pin
Don Guy24-Sep-13 6:04
Don Guy24-Sep-13 6:04 
SuggestionRe: Convert raw image data to PNG Pin
Randor 24-Sep-13 7:29
professional Randor 24-Sep-13 7:29 
GeneralRe: Convert raw image data to PNG Pin
Don Guy24-Sep-13 11:07
Don Guy24-Sep-13 11:07 
QuestionHow to check if popup a Modal Window? Pin
yu-jian23-Sep-13 6:12
yu-jian23-Sep-13 6:12 
AnswerRe: How to check if popup a Modal Window? Pin
«_Superman_»23-Sep-13 6:40
professional«_Superman_»23-Sep-13 6:40 
GeneralRe: How to check if popup a Modal Window? Pin
yu-jian23-Sep-13 7:42
yu-jian23-Sep-13 7:42 
AnswerRe: How to check if popup a Modal Window? Pin
pasztorpisti23-Sep-13 9:17
pasztorpisti23-Sep-13 9:17 
AnswerRe: How to check if popup a Modal Window? Pin
Randor 23-Sep-13 18:26
professional Randor 23-Sep-13 18:26 
QuestionCreateFile on HBITMAP Pin
Don Guy20-Sep-13 11:41
Don Guy20-Sep-13 11:41 
AnswerRe: CreateFile on HBITMAP Pin
Richard MacCutchan20-Sep-13 21:34
mveRichard MacCutchan20-Sep-13 21:34 
AnswerRe: CreateFile on HBITMAP Pin
«_Superman_»21-Sep-13 21:05
professional«_Superman_»21-Sep-13 21:05 
What do you want to do with the contents?
If you want to display the bitmap, you need to first create a device context using CreateDC and then select the HBITMAP into the device context using SelectObject.
You can then use the device context to display the image using the various bitmap functions - Bitmap functions[^]
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++) (October 2009 - September 2013)

Polymorphism in C

AnswerRe: CreateFile on HBITMAP Pin
Chris Losinger23-Sep-13 9:28
professionalChris Losinger23-Sep-13 9: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.