Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: create process Vs Shell execute Pin
Rajesh R Subramanian3-Jul-08 22:48
professionalRajesh R Subramanian3-Jul-08 22:48 
GeneralRe: create process Vs Shell execute Pin
CPallini3-Jul-08 23:16
mveCPallini3-Jul-08 23:16 
QuestionCalendar Control question Pin
monsieur_jj3-Jul-08 19:24
monsieur_jj3-Jul-08 19:24 
AnswerRe: Calendar Control question Pin
_AnsHUMAN_ 3-Jul-08 19:43
_AnsHUMAN_ 3-Jul-08 19:43 
Questionexcute code Pin
sofia_1113-Jul-08 17:56
sofia_1113-Jul-08 17:56 
QuestionRe: excute code Pin
CPallini3-Jul-08 21:16
mveCPallini3-Jul-08 21:16 
QuestionQuick question about combobox Pin
monsieur_jj3-Jul-08 15:35
monsieur_jj3-Jul-08 15:35 
AnswerRe: Quick question about combobox [modified] Pin
Nibu babu thomas3-Jul-08 17:10
Nibu babu thomas3-Jul-08 17:10 
monsieur_jj wrote:
I just want to know how I can make a version of this for a combobox change. What can i use for a combobox? If NMTREEVIEW is for treeview what is for combobox control? Select is a CTreeItem what can i use for that?

Is this still applicable:


NOTIFY_HANDLER( IDC_UPDATEDAY, TVN_SELCHANGED , OnSelChange )


Selection change notification for a combo is CBN_SELCHANGE, CBN_SELENDOK. The latter is sent when selection change becomes permanent, and the former is sent when user is changing the selection using arrow keys/mouse but new selection is not yet permanent, also called if the selection becomes permanent (bit of live action).


Nibu babu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

modified on Thursday, July 3, 2008 11:47 PM

GeneralRe: Quick question about combobox Pin
monsieur_jj3-Jul-08 17:37
monsieur_jj3-Jul-08 17:37 
GeneralRe: Quick question about combobox Pin
Nibu babu thomas3-Jul-08 17:40
Nibu babu thomas3-Jul-08 17:40 
GeneralRe: Quick question about combobox Pin
monsieur_jj3-Jul-08 17:42
monsieur_jj3-Jul-08 17:42 
GeneralRe: Quick question about combobox Pin
Nibu babu thomas3-Jul-08 18:46
Nibu babu thomas3-Jul-08 18:46 
GeneralRe: Quick question about combobox Pin
monsieur_jj3-Jul-08 19:05
monsieur_jj3-Jul-08 19:05 
GeneralRe: Quick question about combobox Pin
Naveen3-Jul-08 18:59
Naveen3-Jul-08 18:59 
GeneralRe: Quick question about combobox Pin
monsieur_jj3-Jul-08 19:16
monsieur_jj3-Jul-08 19:16 
Questionfrom file to other file Pin
sofia_1113-Jul-08 14:27
sofia_1113-Jul-08 14:27 
AnswerRe: from file to other file Pin
Luc Pattyn3-Jul-08 16:42
sitebuilderLuc Pattyn3-Jul-08 16:42 
AnswerRe: from file to other file Pin
CPallini3-Jul-08 21:15
mveCPallini3-Jul-08 21:15 
QuestionTrap/wrap CListCtrl messages Pin
john john mackey3-Jul-08 8:42
john john mackey3-Jul-08 8:42 
AnswerRe: Trap/wrap CListCtrl messages Pin
led mike3-Jul-08 9:09
led mike3-Jul-08 9:09 
GeneralRe: Trap/wrap CListCtrl messages Pin
john john mackey3-Jul-08 9:33
john john mackey3-Jul-08 9:33 
QuestionDrawing a BitMap Pin
Cozmo233-Jul-08 7:05
Cozmo233-Jul-08 7:05 
QuestionRe: Drawing a BitMap Pin
Mark Salsbery3-Jul-08 7:28
Mark Salsbery3-Jul-08 7:28 
AnswerRe: Drawing a BitMap Pin
Cozmo233-Jul-08 7:39
Cozmo233-Jul-08 7:39 
GeneralRe: Drawing a BitMap Pin
Mark Salsbery3-Jul-08 7:52
Mark Salsbery3-Jul-08 7:52 

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.