Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Before you call this, call AfxSetResourceHandle() to set the location of the resource, remembering to save the old one using AfxGetResourceHandle()
HINSTANCE hOldRes = AfxGetResourceHandle();
AfxSetResourceHandle(hinstDLL); // hinstDLL is the instance handle of your DLL
CBitmap dd;
BOOL ret = dd.LoadBitmap(IDB_02);
AfxSetResourceHandle(hOldRes);
Hope this helps,

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

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 
GeneralRe: Format Pin
FlyingDancer20-Jun-03 23:27
FlyingDancer20-Jun-03 23:27 
QuestionRebuild VC++ Debug Library ? Pin
Will Beattie20-Jun-03 18:40
Will Beattie20-Jun-03 18:40 
AnswerRe: Rebuild VC++ Debug Library ? Pin
Ryan Binns21-Jun-03 0:58
Ryan Binns21-Jun-03 0:58 
GeneralRe: Rebuild VC++ Debug Library ? Pin
Will Beattie21-Jun-03 1:18
Will Beattie21-Jun-03 1:18 
GeneralRe: Rebuild VC++ Debug Library ? Pin
Ryan Binns21-Jun-03 1:30
Ryan Binns21-Jun-03 1:30 
GeneralRe: Rebuild VC++ Debug Library ? Pin
Will Beattie21-Jun-03 1:46
Will Beattie21-Jun-03 1:46 
GeneralRe: Rebuild VC++ Debug Library ? Pin
Baris Kurtlutepe21-Jun-03 5:40
Baris Kurtlutepe21-Jun-03 5:40 
GeneralBeginer Visual C++ Tutorials Pin
YOUNGINS20-Jun-03 18:39
YOUNGINS20-Jun-03 18:39 
GeneralRe: Beginer Visual C++ Tutorials Pin
kochhar20-Jun-03 19:26
kochhar20-Jun-03 19:26 
GeneralArray of Pointers to Surfaces Pin
Anonymous20-Jun-03 17:52
Anonymous20-Jun-03 17:52 
GeneralRe: Array of Pointers to Surfaces Pin
Nick Parker20-Jun-03 18:12
protectorNick Parker20-Jun-03 18:12 
GeneralRe: Array of Pointers to Surfaces Pin
Michael Dunn20-Jun-03 18:14
sitebuilderMichael Dunn20-Jun-03 18:14 
Questioncan i send a popup message by programming in windows 98? Pin
Hendy_So20-Jun-03 16:59
Hendy_So20-Jun-03 16:59 

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.