Click here to Skip to main content
15,909,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: file system in Mac Pin
pnpfriend12-Nov-03 4:00
pnpfriend12-Nov-03 4:00 
GeneralFile out Pin
Anonymous10-Nov-03 9:30
Anonymous10-Nov-03 9:30 
GeneralRe: File out Pin
Shay Harel10-Nov-03 9:45
Shay Harel10-Nov-03 9:45 
GeneralRe: File out Pin
Christian Graus10-Nov-03 10:29
protectorChristian Graus10-Nov-03 10:29 
GeneralRe: File out Pin
Anonymous11-Nov-03 2:27
Anonymous11-Nov-03 2:27 
GeneralRe: File out Pin
Christian Graus11-Nov-03 8:50
protectorChristian Graus11-Nov-03 8:50 
Generalcallback function s-- Pin
ns10-Nov-03 8:29
ns10-Nov-03 8:29 
GeneralRe: callback function s-- Pin
Ravi Bhavnani10-Nov-03 8:47
professionalRavi Bhavnani10-Nov-03 8:47 
Callback functions are used in Win32 APIs (eg: during printing). MFC provides more formal callbacks in the form of handlers that you can override, eg: CWnd::OnSize() which is called by the framework when the size of the window has changed.

In OO code, callbacks are usually implemented using the Observer pattern, where your custom code (the callback) is executed when an event of interest occurs.

/ravi

Let's put "civil" back in "civilization"
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralRe: callback function s-- Pin
ns10-Nov-03 9:08
ns10-Nov-03 9:08 
GeneralRe: callback function s-- Pin
David Crow10-Nov-03 9:01
David Crow10-Nov-03 9:01 
GeneralRe: callback function s-- Pin
ns10-Nov-03 9:07
ns10-Nov-03 9:07 
QuestionHow to change color into Excel Pin
jerome_data10-Nov-03 8:16
jerome_data10-Nov-03 8:16 
AnswerRe: How to change color into Excel Pin
Peter Molnar10-Nov-03 14:25
Peter Molnar10-Nov-03 14:25 
GeneralA pointer to a closed window Pin
Shay Harel10-Nov-03 7:39
Shay Harel10-Nov-03 7:39 
GeneralRe: A pointer to a closed window Pin
Nitron10-Nov-03 8:04
Nitron10-Nov-03 8:04 
GeneralRe: A pointer to a closed window Pin
Shay Harel10-Nov-03 8:07
Shay Harel10-Nov-03 8:07 
GeneralRe: A pointer to a closed window Pin
David Crow10-Nov-03 9:12
David Crow10-Nov-03 9:12 
GeneralRe: A pointer to a closed window Pin
Shay Harel10-Nov-03 9:26
Shay Harel10-Nov-03 9:26 
GeneralRe: A pointer to a closed window Pin
Shay Harel10-Nov-03 9:43
Shay Harel10-Nov-03 9:43 
GeneralRe: A pointer to a closed window Pin
David Crow10-Nov-03 8:58
David Crow10-Nov-03 8:58 
GeneralRe: A pointer to a closed window Pin
Shay Harel10-Nov-03 9:04
Shay Harel10-Nov-03 9:04 
GeneralRe: A pointer to a closed window Pin
Antti Keskinen11-Nov-03 0:43
Antti Keskinen11-Nov-03 0:43 
GeneralRe: A pointer to a closed window Pin
Shay Harel11-Nov-03 3:21
Shay Harel11-Nov-03 3:21 
QuestionHow to use a region Pin
Eugene Pustovoyt10-Nov-03 7:29
Eugene Pustovoyt10-Nov-03 7:29 
AnswerRe: How to use a region Pin
JWood10-Nov-03 16:01
JWood10-Nov-03 16:01 

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.