Click here to Skip to main content
15,895,192 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMessage to handle to catch CMainFrame being minimized Pin
BlackDice20-Oct-04 7:07
BlackDice20-Oct-04 7:07 
GeneralRe: Message to handle to catch CMainFrame being minimized Pin
Jim Crafton20-Oct-04 7:56
Jim Crafton20-Oct-04 7:56 
GeneralRESOLVED Pin
BlackDice22-Oct-04 3:37
BlackDice22-Oct-04 3:37 
GeneralNeed help!! Calling 1 DLL from another Pin
skinnyreptile16820-Oct-04 7:00
skinnyreptile16820-Oct-04 7:00 
GeneralRe: Need help!! Calling 1 DLL from another Pin
Jim Crafton20-Oct-04 8:00
Jim Crafton20-Oct-04 8:00 
GeneralRe: Need help!! Calling 1 DLL from another Pin
skinnyreptile16821-Oct-04 2:56
skinnyreptile16821-Oct-04 2:56 
GeneralRe: Need help!! Calling 1 DLL from another Pin
Jim Crafton21-Oct-04 8:28
Jim Crafton21-Oct-04 8:28 
QuestionHow do I reclaim this memory? Pin
LynnJ20-Oct-04 6:48
LynnJ20-Oct-04 6:48 
I'm just learning programming(C++ is the language being taught), but I just want to make sure I'm reclaiming the memory correctly here. If I created an Employee object, and then in 'main' create an array of Employee pointers, do I reclaim the memory at the end of main by first deleting the pointers and setting them to 0 - followed by the deletion of the array? I'm just wondering the best way to go about this as the book never has the EXACT example I'm looking for. Thanks!
AnswerRe: How do I reclaim this memory? Pin
Maximilien20-Oct-04 6:55
Maximilien20-Oct-04 6:55 
GeneralRe: How do I reclaim this memory? Pin
LynnJ20-Oct-04 7:16
LynnJ20-Oct-04 7:16 
GeneralRe: How do I reclaim this memory? Pin
Joaquín M López Muñoz20-Oct-04 9:23
Joaquín M López Muñoz20-Oct-04 9:23 
GeneralRe: How do I reclaim this memory? Pin
David Crow20-Oct-04 10:06
David Crow20-Oct-04 10:06 
QuestionHow do I set the cursor of an HWND? Pin
KellyR20-Oct-04 4:54
KellyR20-Oct-04 4:54 
AnswerRe: How do I set the cursor of an HWND? Pin
Jim Crafton20-Oct-04 8:04
Jim Crafton20-Oct-04 8:04 
GeneralRe: How do I set the cursor of an HWND? Pin
Michael Dunn20-Oct-04 9:10
sitebuilderMichael Dunn20-Oct-04 9:10 
GeneralRe: How do I set the cursor of an HWND? Pin
Jim Crafton20-Oct-04 14:56
Jim Crafton20-Oct-04 14:56 
GeneralRe: How do I set the cursor of an HWND? Pin
Michael Dunn21-Oct-04 3:22
sitebuilderMichael Dunn21-Oct-04 3:22 
GeneralRe: How do I set the cursor of an HWND? Pin
KellyR20-Oct-04 11:07
KellyR20-Oct-04 11:07 
GeneralDisplay html page on a dialog Pin
includeh1020-Oct-04 4:39
includeh1020-Oct-04 4:39 
GeneralRe: Display html page on a dialog Pin
Maximilien20-Oct-04 4:44
Maximilien20-Oct-04 4:44 
GeneralRe: Display html page on a dialog Pin
includeh1020-Oct-04 5:17
includeh1020-Oct-04 5:17 
GeneralTo make a different "button control" Pin
illidan9920-Oct-04 4:04
illidan9920-Oct-04 4:04 
GeneralRe: To make a different "button control" Pin
KellyR20-Oct-04 4:58
KellyR20-Oct-04 4:58 
GeneralRe: To make a different "button control" Pin
Maximilien20-Oct-04 6:15
Maximilien20-Oct-04 6:15 
GeneralRe: To make a different "button control" Pin
illidan9920-Oct-04 13:12
illidan9920-Oct-04 13:12 

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.