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

C / C++ / MFC

 
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 
GeneralRe: Quick question about combobox Pin
monsieur_jj3-Jul-08 17:37
monsieur_jj3-Jul-08 17:37 
Nibu,

I tried that CBN_SELCHANGED however it doesnt call my OnSelChange if ever a selection change has occured. this is my code
NOTIFY_HANDLER( IDC_UPDATEDAY, CBN_SELCHANGE , OnSelChanges )

LRESULT CPrefDlg::OnSelChanges(int idCtrl, LPNMHDR pnmh, BOOL& bHandled)
{
	pNMCombobox = (NMCOMBOBOXEX*)pnmh;
	pNMCombobox->ceItem.iItem;
	return 0;
}

It doesnt even go there. What seems to be the problem
is that right?

Thanks,
Jayjay
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 
GeneralRe: Drawing a BitMap Pin
Mark Salsbery3-Jul-08 8:02
Mark Salsbery3-Jul-08 8: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.