Click here to Skip to main content
15,892,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChange Dialog BackGround Color! Pin
Ehsan Baghaki25-Jan-03 1:11
Ehsan Baghaki25-Jan-03 1:11 
GeneralRe: Change Dialog BackGround Color! Pin
Dominik Reichl25-Jan-03 2:14
Dominik Reichl25-Jan-03 2:14 
GeneralRe: Change Dialog BackGround Color! Pin
Nish Nishant25-Jan-03 4:54
sitebuilderNish Nishant25-Jan-03 4:54 
GeneralRe: Change Dialog BackGround Color! Pin
Ehsan Baghaki25-Jan-03 5:47
Ehsan Baghaki25-Jan-03 5:47 
GeneralCBitmap (LoadBitmap is not working) Pin
Anonymous25-Jan-03 0:42
Anonymous25-Jan-03 0:42 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
Sigmund25-Jan-03 1:00
Sigmund25-Jan-03 1:00 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
Anonymous25-Jan-03 1:16
Anonymous25-Jan-03 1:16 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
Sigmund25-Jan-03 1:32
Sigmund25-Jan-03 1:32 
Try...

HANDLE LoadImage(
HINSTANCE hinst, // handle to instance
LPCTSTR lpszName, // image to load
UINT uType, // image type
int cxDesired, // desired width
int cyDesired, // desired height
UINT fuLoad // load options
);

and set the hinst to NULL and lpszName to the filname you load,uType to IMAGE_BITMAP, fuLoad to LR_LOADFROMFILE. For other parameter and options look it up in MSDN. On success attach it (cast from HANDLE to HBITMAP).
GeneralRe: CBitmap (LoadBitmap is not working) Pin
Ahmad9925-Jan-03 2:20
Ahmad9925-Jan-03 2:20 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
73Zeppelin25-Jan-03 16:34
73Zeppelin25-Jan-03 16:34 
GeneralPicture Control Problem! Pin
Ehsan Baghaki25-Jan-03 0:26
Ehsan Baghaki25-Jan-03 0:26 
GeneralEnhanced Metafiles Pin
satyavasu24-Jan-03 23:35
satyavasu24-Jan-03 23:35 
QuestionHow to remote application under Windows? Pin
bumper24-Jan-03 23:16
bumper24-Jan-03 23:16 
AnswerRe: How to remote application under Windows? Pin
Stefan Pedersen25-Jan-03 5:38
Stefan Pedersen25-Jan-03 5:38 
Generalwininet Pin
jeremysay24-Jan-03 23:14
jeremysay24-Jan-03 23:14 
GeneralRe: wininet Pin
Mike Nordell24-Jan-03 23:50
Mike Nordell24-Jan-03 23:50 
GeneralRe: wininet Pin
Sigmund25-Jan-03 0:47
Sigmund25-Jan-03 0:47 
GeneralRe: wininet Pin
jeremysay27-Jan-03 2:17
jeremysay27-Jan-03 2:17 
GeneralRe: wininet Pin
Sigmund29-Jan-03 4:21
Sigmund29-Jan-03 4:21 
GeneralRe: wininet Pin
jeremysay30-Jan-03 22:59
jeremysay30-Jan-03 22:59 
Generalp7s mail signature file Pin
murali_utr24-Jan-03 23:01
murali_utr24-Jan-03 23:01 
GeneralRe: p7s mail signature file Pin
Mike Nordell25-Jan-03 0:07
Mike Nordell25-Jan-03 0:07 
GeneralRe: p7s mail signature file Pin
Stefan Pedersen25-Jan-03 5:41
Stefan Pedersen25-Jan-03 5:41 
GeneralDrop Notification Pin
Sigmund24-Jan-03 22:57
Sigmund24-Jan-03 22:57 
GeneralMemory leakage prevention Pin
Anonymous24-Jan-03 18:02
Anonymous24-Jan-03 18:02 

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.