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

C / C++ / MFC

 
GeneralRe: dll inside a dl Pin
valikac21-Jun-03 7:39
valikac21-Jun-03 7:39 
GeneralRe: dll inside a dl Pin
vishalnikisharma22-Jun-03 19:29
vishalnikisharma22-Jun-03 19:29 
GeneralRe: dll inside a dl Pin
Anonymous22-Jun-03 16:10
Anonymous22-Jun-03 16:10 
GeneralRe: dll inside a dl Pin
vishalnikisharma22-Jun-03 19:25
vishalnikisharma22-Jun-03 19:25 
GeneralCStatusBarCtrl::SetIcon() problem with icon size Pin
Baris Kurtlutepe21-Jun-03 0:07
Baris Kurtlutepe21-Jun-03 0:07 
GeneralRe: CStatusBarCtrl::SetIcon() problem with icon size Pin
Michael Dunn21-Jun-03 5:10
sitebuilderMichael Dunn21-Jun-03 5:10 
GeneralRe: CStatusBarCtrl::SetIcon() problem with icon size Pin
Baris Kurtlutepe21-Jun-03 5:23
Baris Kurtlutepe21-Jun-03 5:23 
GeneralMFC CBitmap LoadBitmap() Pin
tom7620-Jun-03 23:49
tom7620-Jun-03 23:49 
Hi all,
Bit of a problem with CBitmap's LoadBitmap() function. If I make a bitmap a resource and do

BitmapObj.LoadBitmap(IDB_MYBITMAP);

The image is loaded fine, but if I do

BitmapObj.LoadBitmap("MyBitmap.bmp");

it returns 0 (failed). I've tried moving the location of the file around the local directory (debug, res, etc.) but no luck.

What do I need to do?

Obseve everything, remember more...
GeneralRe: MFC CBitmap LoadBitmap() Pin
Ryan Binns21-Jun-03 0:53
Ryan Binns21-Jun-03 0:53 
GeneralRe: MFC CBitmap LoadBitmap() Pin
tom7621-Jun-03 1:53
tom7621-Jun-03 1:53 
GeneralRe: MFC CBitmap LoadBitmap() Pin
Ryan Binns21-Jun-03 2:02
Ryan Binns21-Jun-03 2:02 
QuestionHow to read and write CD-ROM Pin
happywan20-Jun-03 23:24
happywan20-Jun-03 23:24 
GeneralWeb page memory Pin
jeremysay20-Jun-03 23:04
jeremysay20-Jun-03 23:04 
GeneralRe: Web page memory Pin
tom7620-Jun-03 23:39
tom7620-Jun-03 23:39 
GeneralRe: Web page memory Pin
jeremysay21-Jun-03 0:48
jeremysay21-Jun-03 0:48 
GeneralRe: Web page memory Pin
tom7621-Jun-03 1:59
tom7621-Jun-03 1:59 
GeneralRe: Web page memory Pin
Ryan Binns21-Jun-03 2:11
Ryan Binns21-Jun-03 2:11 
GeneralRe: Web page memory Pin
jeremysay23-Jun-03 2:14
jeremysay23-Jun-03 2:14 
GeneralRe: Web page memory Pin
Ryan Binns23-Jun-03 2:16
Ryan Binns23-Jun-03 2:16 
GeneralResource DLL Pin
Florin Ochiana20-Jun-03 22:21
Florin Ochiana20-Jun-03 22:21 
GeneralRe: Resource DLL Pin
Ryan Binns20-Jun-03 22:52
Ryan Binns20-Jun-03 22:52 
GeneralFormat Pin
FlyingDancer20-Jun-03 20:54
FlyingDancer20-Jun-03 20:54 
GeneralRe: Format Pin
Ryan Binns20-Jun-03 22:44
Ryan Binns20-Jun-03 22:44 
GeneralRe: Format Pin
FlyingDancer20-Jun-03 23:08
FlyingDancer20-Jun-03 23:08 
GeneralRe: Format Pin
Ryan Binns20-Jun-03 23:11
Ryan Binns20-Jun-03 23:11 

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.