Click here to Skip to main content
15,896,912 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to determine network cable unplugged? Pin
ThatsAlok12-Jan-06 17:21
ThatsAlok12-Jan-06 17:21 
QuestionGetting Font information Pin
<color>Aljechin 11-Jan-06 23:42
<color>Aljechin 11-Jan-06 23:42 
AnswerRe: Getting Font information Pin
Owner drawn11-Jan-06 23:47
Owner drawn11-Jan-06 23:47 
GeneralRe: Getting Font information Pin
<color>Aljechin 12-Jan-06 0:02
<color>Aljechin 12-Jan-06 0:02 
GeneralRe: Getting Font information Pin
Owner drawn12-Jan-06 0:05
Owner drawn12-Jan-06 0:05 
JokeRe: Getting Font information Pin
ThatsAlok12-Jan-06 1:49
ThatsAlok12-Jan-06 1:49 
GeneralRe: Getting Font information Pin
Owner drawn12-Jan-06 17:29
Owner drawn12-Jan-06 17:29 
QuestionCustom menu Pin
Nishad S11-Jan-06 23:40
Nishad S11-Jan-06 23:40 
AnswerRe: Custom menu Pin
Vipin Aravind12-Jan-06 1:40
Vipin Aravind12-Jan-06 1:40 
QuestionA function pointer problem... Pin
Owner drawn11-Jan-06 23:33
Owner drawn11-Jan-06 23:33 
AnswerRe: A function pointer problem... Pin
Prakash Nadar11-Jan-06 23:38
Prakash Nadar11-Jan-06 23:38 
GeneralRe: A function pointer problem... Pin
Owner drawn11-Jan-06 23:41
Owner drawn11-Jan-06 23:41 
GeneralRe: A function pointer problem... Pin
Prakash Nadar12-Jan-06 0:07
Prakash Nadar12-Jan-06 0:07 
GeneralRe: A function pointer problem... Pin
Owner drawn12-Jan-06 0:10
Owner drawn12-Jan-06 0:10 
General[Message Deleted] Pin
Kedar Potdar12-Jan-06 0:30
Kedar Potdar12-Jan-06 0:30 
GeneralRe: A function pointer problem... Pin
Prakash Nadar12-Jan-06 0:32
Prakash Nadar12-Jan-06 0:32 
GeneralRe: A function pointer problem... Pin
Owner drawn12-Jan-06 0:35
Owner drawn12-Jan-06 0:35 
GeneralRe: A function pointer problem... Pin
Prakash Nadar12-Jan-06 0:49
Prakash Nadar12-Jan-06 0:49 
JokeRe: A function pointer problem... Pin
toxcct12-Jan-06 0:50
toxcct12-Jan-06 0:50 
GeneralZzzz Pin
Owner drawn12-Jan-06 0:56
Owner drawn12-Jan-06 0:56 
GeneralRe: Zzzz Pin
ThatsAlok13-Jan-06 2:27
ThatsAlok13-Jan-06 2:27 
AnswerRe: A function pointer problem... Pin
Cedric Moonen11-Jan-06 23:45
Cedric Moonen11-Jan-06 23:45 
GeneralRe: A function pointer problem... Pin
Owner drawn11-Jan-06 23:48
Owner drawn11-Jan-06 23:48 
GeneralRe: A function pointer problem... Pin
Blake Miller12-Jan-06 6:41
Blake Miller12-Jan-06 6:41 
AnswerRe: A function pointer problem... Pin
BadKarma11-Jan-06 23:57
BadKarma11-Jan-06 23:57 
Hi,

You can alsoo change AFunction to
void AFunction(void(CAClass::*pFunction)())
{
   //i am still innocent
}
this way you can pass a pointer to a member function.
This said you will need to have an object of the type CAClass available to execute the function.

codito ergo sum

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.