Click here to Skip to main content
15,904,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to extract a single bitmap from .avi file? Pin
Ted Ferenc21-Jan-04 21:38
Ted Ferenc21-Jan-04 21:38 
GeneralRe: how to extract a single bitmap from .avi file? Pin
andreas.schaerer1-Feb-04 8:02
andreas.schaerer1-Feb-04 8:02 
GeneralRe: how to extract a single bitmap from .avi file? Pin
Ted Ferenc1-Feb-04 8:53
Ted Ferenc1-Feb-04 8:53 
GeneralUSB Port sample Pin
DT_SE21-Jan-04 3:06
DT_SE21-Jan-04 3:06 
GeneralRe: USB Port sample Pin
Antti Keskinen21-Jan-04 6:24
Antti Keskinen21-Jan-04 6:24 
GeneralSave a Word document from an ActiveX container Pin
Member 311221-Jan-04 2:21
Member 311221-Jan-04 2:21 
GeneralCallback in MFC Pin
SiddharthAtw21-Jan-04 1:35
SiddharthAtw21-Jan-04 1:35 
GeneralRe: Callback in MFC Pin
Antti Keskinen21-Jan-04 1:44
Antti Keskinen21-Jan-04 1:44 
Callback functions are implemented in MFC just as they are implemented in Win32: you create your own function that follows the guidelines specified by the documentation (function return value & parameters), then give this function's address (it's name) as a parameter for the routine that starts the enumeration.

The routine will call your function with the appropriate parameters for each object or instance it finds. In the case of process enumeration, these objects/instances are the different processes running in the system.

The PS API offers an alternative way: it fills a specified DWORD array with the process identifiers. See this page[^] for an example.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: Callback in MFC Pin
David Crow21-Jan-04 4:55
David Crow21-Jan-04 4:55 
QuestionHow to update a posted article? Pin
Dudi Avramov21-Jan-04 1:25
Dudi Avramov21-Jan-04 1:25 
AnswerRe: How to update a posted article? Pin
Roger Allen21-Jan-04 1:29
Roger Allen21-Jan-04 1:29 
GeneralRe: How to update a posted article? Pin
Hans Ruck21-Jan-04 4:16
Hans Ruck21-Jan-04 4:16 
QuestionHow to report MFC bug to Microsoft? Pin
Yogurt21-Jan-04 0:35
Yogurt21-Jan-04 0:35 
AnswerRe: How to report MFC bug to Microsoft? Pin
Antti Keskinen21-Jan-04 1:53
Antti Keskinen21-Jan-04 1:53 
GeneralRe: How to report MFC bug to Microsoft? Pin
Yogurt21-Jan-04 8:53
Yogurt21-Jan-04 8:53 
AnswerRe: How to report MFC bug to Microsoft? Pin
Michael P Butler21-Jan-04 1:54
Michael P Butler21-Jan-04 1:54 
GeneralRe: How to report MFC bug to Microsoft? Pin
Yogurt21-Jan-04 9:07
Yogurt21-Jan-04 9:07 
GeneralRe: How to report MFC bug to Microsoft? Pin
Jörgen Sigvardsson21-Jan-04 10:05
Jörgen Sigvardsson21-Jan-04 10:05 
GeneralImage Streaming over network Pin
witzner20-Jan-04 23:16
witzner20-Jan-04 23:16 
GeneralKernel32.dll and dllmain Pin
hph20-Jan-04 22:38
hph20-Jan-04 22:38 
GeneralRe: Kernel32.dll and dllmain Pin
Antti Keskinen21-Jan-04 2:16
Antti Keskinen21-Jan-04 2:16 
GeneralRe: Kernel32.dll and dllmain Pin
hph21-Jan-04 2:56
hph21-Jan-04 2:56 
GeneralParameter of export function in a dll Pin
Manfred Staiger20-Jan-04 22:12
Manfred Staiger20-Jan-04 22:12 
GeneralRe: Parameter of export function in a dll Pin
wb20-Jan-04 23:07
wb20-Jan-04 23:07 
GeneralHELP WITH MACRO Pin
Izer0120-Jan-04 22:11
Izer0120-Jan-04 22: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.