Click here to Skip to main content
15,888,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionFont Color Pin
Richard Andrew x6420-Sep-13 5:59
professionalRichard Andrew x6420-Sep-13 5:59 
AnswerRe: Font Color Pin
Richard MacCutchan20-Sep-13 7:28
mveRichard MacCutchan20-Sep-13 7:28 
GeneralRe: Font Color Pin
Richard Andrew x6420-Sep-13 8:43
professionalRichard Andrew x6420-Sep-13 8:43 
GeneralRe: Font Color Pin
Chris Losinger20-Sep-13 9:10
professionalChris Losinger20-Sep-13 9:10 
GeneralRe: Font Color Pin
«_Superman_»21-Sep-13 21:18
professional«_Superman_»21-Sep-13 21:18 
GeneralRe: Font Color Pin
koll Zhu25-Sep-13 0:53
koll Zhu25-Sep-13 0:53 
Questionsynchronous Communication between 2 applications in separate machines in LAN Pin
manoharbalu20-Sep-13 1:52
manoharbalu20-Sep-13 1:52 
SuggestionRe: synchronous Communication between 2 applications in separate machines in LAN Pin
Richard MacCutchan20-Sep-13 3:19
mveRichard MacCutchan20-Sep-13 3:19 
QuestionCan we place MFC Controls in RunningObjectTable? Pin
Rajendarmanda19-Sep-13 22:41
Rajendarmanda19-Sep-13 22:41 
SuggestionRe: Can we place MFC Controls in RunningObjectTable? Pin
Richard MacCutchan19-Sep-13 23:17
mveRichard MacCutchan19-Sep-13 23:17 
GeneralRe: Can we place MFC Controls in RunningObjectTable? Pin
Rajendarmanda20-Sep-13 1:42
Rajendarmanda20-Sep-13 1:42 
GeneralRe: Can we place MFC Controls in RunningObjectTable? Pin
Richard MacCutchan20-Sep-13 1:50
mveRichard MacCutchan20-Sep-13 1:50 
GeneralRe: Can we place MFC Controls in RunningObjectTable? Pin
Rajendarmanda20-Sep-13 2:01
Rajendarmanda20-Sep-13 2:01 
GeneralRe: Can we place MFC Controls in RunningObjectTable? Pin
Richard MacCutchan20-Sep-13 2:18
mveRichard MacCutchan20-Sep-13 2:18 
QuestionWhat is "dialog template resource"? Pin
Vaclav_19-Sep-13 4:55
Vaclav_19-Sep-13 4:55 
AnswerRe: What is "dialog template resource"? Pin
pasztorpisti19-Sep-13 6:32
pasztorpisti19-Sep-13 6:32 

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.