Click here to Skip to main content
15,911,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String Combination Pin
Rajesh R Subramanian5-Apr-11 0:57
professionalRajesh R Subramanian5-Apr-11 0:57 
QuestionRe: String Combination Pin
David Crow5-Apr-11 3:04
David Crow5-Apr-11 3:04 
AnswerRe: String Combination Pin
Hans Dietrich5-Apr-11 1:59
mentorHans Dietrich5-Apr-11 1:59 
AnswerRe: String Combination Pin
CPallini5-Apr-11 2:16
mveCPallini5-Apr-11 2:16 
QuestionHelp DLL Pin
so0_lanhlung24-Apr-11 17:07
so0_lanhlung24-Apr-11 17:07 
AnswerRe: Help DLL Pin
«_Superman_»4-Apr-11 19:21
professional«_Superman_»4-Apr-11 19:21 
GeneralRe: Help DLL Pin
so0_lanhlung25-Apr-11 22:50
so0_lanhlung25-Apr-11 22:50 
AnswerRe: Help DLL Pin
CPallini4-Apr-11 21:51
mveCPallini4-Apr-11 21:51 
I elaborate just a bit the good Superman's answer.
The CheckBox 'check' is a GUI event and should be handled by the GUI code (as Superman already suggested, you typically handle the BN_CLICKED notification code of the WM_COMMAND message in the parent window of the CheckBox control).
The best way to 'notify something' to a DLL is calling a DLL's function. So:
  • Define a DLL function, e.g. OnMyCheck().
  • In the parent window of the CheckBox control handle the WM_COMMAND message: on BN_CLICKED notification coming from the CheckBox control call in turn the DLL's function OnMyCheck.

Smile | :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: Help DLL Pin
Albert Holguin5-Apr-11 4:18
professionalAlbert Holguin5-Apr-11 4:18 
GeneralRe: Help DLL Pin
so0_lanhlung26-Apr-11 4:44
so0_lanhlung26-Apr-11 4:44 
QuestionDisk Full Error Pin
john56323-Apr-11 23:31
john56323-Apr-11 23:31 
AnswerRe: Disk Full Error Pin
enhzflep4-Apr-11 0:23
enhzflep4-Apr-11 0:23 
AnswerRe: Disk Full Error Pin
Luc Pattyn4-Apr-11 1:27
sitebuilderLuc Pattyn4-Apr-11 1:27 
AnswerRe: Disk Full Error Pin
Maximilien4-Apr-11 3:48
Maximilien4-Apr-11 3:48 
QuestionHow to get nChar ( keycode ) from TCHAR ? Pin
_Flaviu3-Apr-11 22:02
_Flaviu3-Apr-11 22:02 
QuestionRe: How to get nChar ( keycode ) from TCHAR ? Pin
CPallini3-Apr-11 22:41
mveCPallini3-Apr-11 22:41 
AnswerRe: How to get nChar ( keycode ) from TCHAR ? Pin
_Flaviu3-Apr-11 23:37
_Flaviu3-Apr-11 23:37 
GeneralRe: How to get nChar ( keycode ) from TCHAR ? Pin
CPallini3-Apr-11 23:53
mveCPallini3-Apr-11 23:53 
GeneralRe: How to get nChar ( keycode ) from TCHAR ? Pin
_Flaviu4-Apr-11 0:31
_Flaviu4-Apr-11 0:31 
GeneralRe: How to get nChar ( keycode ) from TCHAR ? Pin
CPallini4-Apr-11 0:28
mveCPallini4-Apr-11 0:28 
GeneralRe: How to get nChar ( keycode ) from TCHAR ? Pin
_Flaviu4-Apr-11 0:49
_Flaviu4-Apr-11 0:49 
GeneralRe: How to get nChar ( keycode ) from TCHAR ? Pin
CPallini4-Apr-11 1:51
mveCPallini4-Apr-11 1:51 
AnswerRe: How to get nChar ( keycode ) from TCHAR ? Pin
Stefan_Lang4-Apr-11 0:28
Stefan_Lang4-Apr-11 0:28 
GeneralRe: How to get nChar ( keycode ) from TCHAR ? Pin
_Flaviu4-Apr-11 0:33
_Flaviu4-Apr-11 0:33 
GeneralRe: How to get nChar ( keycode ) from TCHAR ? Pin
_Flaviu4-Apr-11 1:02
_Flaviu4-Apr-11 1:02 

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.