Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: create process Vs Shell execute Pin
CPallini3-Jul-08 21:12
mveCPallini3-Jul-08 21:12 
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 
Hi all,

first of all i am using WTL but since its similar to mfc i am posting it here. I was helped here before about NOTIFY_HANDLER for WTL so that the code can monitor everytime a change has been made to my treeview and created this function:

LRESULT CMainDlg::OnSelChange(int idCtrl, LPNMHDR pnmh, BOOL& bHandled)
{	
pNMTreeView = (NMTREEVIEW*)pnmh;	
Select = pNMTreeView->itemNew.hItem;	
return 0;
}


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 )


Thanks,
Jayjay
AnswerRe: Quick question about combobox [modified] Pin
Nibu babu thomas3-Jul-08 17:10
Nibu babu thomas3-Jul-08 17:10 
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 

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.