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

C / C++ / MFC

 
GeneralRe: GetProcAddress fro member function Pin
Paresh Chitte29-Apr-07 22:25
Paresh Chitte29-Apr-07 22:25 
AnswerRe: GetProcAddress fro member function Pin
Stephen Hewitt29-Apr-07 21:45
Stephen Hewitt29-Apr-07 21:45 
GeneralRe: GetProcAddress fro member function Pin
vibindia29-Apr-07 22:26
vibindia29-Apr-07 22:26 
GeneralRe: GetProcAddress fro member function Pin
Stephen Hewitt29-Apr-07 22:31
Stephen Hewitt29-Apr-07 22:31 
GeneralRe: GetProcAddress fro member function Pin
Paresh Chitte29-Apr-07 22:51
Paresh Chitte29-Apr-07 22:51 
AnswerRe: GetProcAddress fro member function Pin
twhall22-Jan-10 12:22
twhall22-Jan-10 12:22 
QuestionON_LBUTTONDOWN Pin
Vancouver29-Apr-07 18:13
Vancouver29-Apr-07 18:13 
AnswerRe: ON_LBUTTONDOWN Pin
_AnsHUMAN_ 29-Apr-07 18:20
_AnsHUMAN_ 29-Apr-07 18:20 
You can subclass your control. Suppose you have a static control on which you want to handle the notifications for WM_LBUTTONDOWN and WM_LBUTTONUP. Derive a class from CStatic( say you name the derived class as CExStatic). Create a member variable for the static control and change CStatic to CExStatic.( Add the header file CExStatic.) You can implement the notifications and handle the behavior in the derived class.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: ON_LBUTTONDOWN Pin
Vancouver29-Apr-07 19:38
Vancouver29-Apr-07 19:38 
GeneralRe: ON_LBUTTONDOWN Pin
PJ Arends29-Apr-07 21:19
professionalPJ Arends29-Apr-07 21:19 
GeneralRe: ON_LBUTTONDOWN Pin
Vancouver30-Apr-07 5:00
Vancouver30-Apr-07 5:00 
GeneralRe: ON_LBUTTONDOWN Pin
Mark Salsbery30-Apr-07 8:07
Mark Salsbery30-Apr-07 8:07 
GeneralRe: ON_LBUTTONDOWN Pin
Vancouver30-Apr-07 8:42
Vancouver30-Apr-07 8:42 
QuestionRe: ON_LBUTTONDOWN Pin
Mark Salsbery30-Apr-07 8:49
Mark Salsbery30-Apr-07 8:49 
AnswerRe: ON_LBUTTONDOWN Pin
Vancouver30-Apr-07 11:12
Vancouver30-Apr-07 11:12 
GeneralRe: ON_LBUTTONDOWN Pin
Mark Salsbery30-Apr-07 11:34
Mark Salsbery30-Apr-07 11:34 
GeneralRe: ON_LBUTTONDOWN Pin
Vancouver30-Apr-07 11:59
Vancouver30-Apr-07 11:59 
GeneralRe: ON_LBUTTONDOWN Pin
Mark Salsbery30-Apr-07 12:12
Mark Salsbery30-Apr-07 12:12 
QuestionExporting custom control via DLL Pin
alex.barylski29-Apr-07 18:10
alex.barylski29-Apr-07 18:10 
AnswerRe: Exporting custom control via DLL Pin
_AnsHUMAN_ 29-Apr-07 18:28
_AnsHUMAN_ 29-Apr-07 18:28 
Questionlist control and selected records Pin
hero199529-Apr-07 17:22
hero199529-Apr-07 17:22 
AnswerRe: list control and selected records Pin
_AnsHUMAN_ 29-Apr-07 17:53
_AnsHUMAN_ 29-Apr-07 17:53 
Questionpreprocessor macro inside string literal? Pin
PJ Arends29-Apr-07 17:08
professionalPJ Arends29-Apr-07 17:08 
AnswerRe: preprocessor macro inside string literal? Pin
Stephen Hewitt29-Apr-07 18:30
Stephen Hewitt29-Apr-07 18:30 
GeneralRe: preprocessor macro inside string literal? Pin
PJ Arends29-Apr-07 21:04
professionalPJ Arends29-Apr-07 21:04 

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.