Click here to Skip to main content
15,913,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Newbie Help Please Pin
David Crow28-Sep-06 8:46
David Crow28-Sep-06 8:46 
QuestionLoading a bitmap from a *.BMP file Pin
TheDelChop28-Sep-06 7:10
TheDelChop28-Sep-06 7:10 
AnswerRe: Loading a bitmap from a *.BMP file Pin
Chris Losinger28-Sep-06 7:25
professionalChris Losinger28-Sep-06 7:25 
GeneralRe: Loading a bitmap from a *.BMP file Pin
TheDelChop28-Sep-06 7:27
TheDelChop28-Sep-06 7:27 
GeneralRe: Loading a bitmap from a *.BMP file Pin
Chris Losinger28-Sep-06 7:38
professionalChris Losinger28-Sep-06 7:38 
GeneralRe: Loading a bitmap from a *.BMP file Pin
TheDelChop28-Sep-06 7:44
TheDelChop28-Sep-06 7:44 
GeneralRe: Loading a bitmap from a *.BMP file Pin
Chris Losinger28-Sep-06 7:54
professionalChris Losinger28-Sep-06 7:54 
GeneralRe: Loading a bitmap from a *.BMP file Pin
TheDelChop28-Sep-06 9:15
TheDelChop28-Sep-06 9:15 
Assuming that the resourse IDB_BITMAP1 is stored in C:\BITMAP1.BMP, any difference on what these two functions will return?

hbm = (HBITMAP)LoadImage(NULL,"C:\BITMAP1.BMP",IMAGE_BITMAP,0,0, LR_LOADFROMFILE);

hbm = LoadBitmap(hInstance,MAKEINTRESOURCE(IDB_BITMAP1));
GeneralRe: Loading a bitmap from a *.BMP file Pin
Chris Losinger28-Sep-06 9:30
professionalChris Losinger28-Sep-06 9:30 
GeneralRe: Loading a bitmap from a *.BMP file Pin
nutkase28-Sep-06 17:51
nutkase28-Sep-06 17:51 
AnswerRe: Loading a bitmap from a *.BMP file Pin
Hamid_RT29-Sep-06 7:43
Hamid_RT29-Sep-06 7:43 
QuestionWarning: no message line prompt for ID 0x8005. Pin
pc_dev28-Sep-06 5:54
pc_dev28-Sep-06 5:54 
AnswerRe: Warning: no message line prompt for ID 0x8005. Pin
James R. Twine28-Sep-06 8:53
James R. Twine28-Sep-06 8:53 
QuestionComma Delimeted CString Parsing [modified] Pin
efriese128-Sep-06 5:26
efriese128-Sep-06 5:26 
AnswerRe: Comma Delimeted CString Parsing Pin
-Dy28-Sep-06 5:48
-Dy28-Sep-06 5:48 
AnswerRe: Comma Delimeted CString Parsing Pin
RChin28-Sep-06 6:28
RChin28-Sep-06 6:28 
AnswerRe: Comma Delimeted CString Parsing Pin
David Crow28-Sep-06 7:52
David Crow28-Sep-06 7:52 
GeneralRe: Comma Delimeted CString Parsing Pin
efriese128-Sep-06 8:54
efriese128-Sep-06 8:54 
AnswerRe: Comma Delimeted CString Parsing Pin
James R. Twine28-Sep-06 8:59
James R. Twine28-Sep-06 8:59 
QuestionHow to make Button for MSAccess ? Pin
01fanker28-Sep-06 5:20
01fanker28-Sep-06 5:20 
AnswerRe: How to make Button for MSAccess ? Pin
John M. Drescher28-Sep-06 6:04
John M. Drescher28-Sep-06 6:04 
QuestionRe: How to make Button for MSAccess ? Pin
01fanker28-Sep-06 20:29
01fanker28-Sep-06 20:29 
AnswerRe: How to make Button for MSAccess ? Pin
S Douglas30-Sep-06 22:19
professionalS Douglas30-Sep-06 22:19 
Questionhelp creating a com object CDOMessage Pin
flippydeflippydebop28-Sep-06 4:28
flippydeflippydebop28-Sep-06 4:28 
AnswerRe: help creating a com object CDOMessage Pin
led mike28-Sep-06 5:29
led mike28-Sep-06 5:29 

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.