Click here to Skip to main content
15,905,616 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem to draw line in list control Pin
shashankacharya8-Apr-11 22:13
shashankacharya8-Apr-11 22:13 
GeneralRe: problem to draw line in list control Pin
Rotted Frog8-Apr-11 23:02
Rotted Frog8-Apr-11 23:02 
QuestionHow can find the text file encoded in other than ANSI format? Pin
Le@rner8-Apr-11 18:29
Le@rner8-Apr-11 18:29 
AnswerRe: How can find the text file encoded in other than ANSI format? Pin
Rotted Frog8-Apr-11 22:56
Rotted Frog8-Apr-11 22:56 
AnswerRe: How can find the text file encoded in other than ANSI format? Pin
Richard MacCutchan8-Apr-11 23:20
mveRichard MacCutchan8-Apr-11 23:20 
QuestionHow to read the buffer from the SQL's image field type ? [modified] Pin
wangningyu8-Apr-11 15:55
wangningyu8-Apr-11 15:55 
QuestionHow to partially map a shared memory Pin
pandit848-Apr-11 3:06
pandit848-Apr-11 3:06 
AnswerRe: How to partially map a shared memory Pin
Niklas L8-Apr-11 21:51
Niklas L8-Apr-11 21:51 
QuestionRegistry Settings For CoCreateInstanceAsAdmin Pin
vishalgpt8-Apr-11 3:05
vishalgpt8-Apr-11 3:05 
AnswerRe: Registry Settings For CoCreateInstanceAsAdmin Pin
_AnsHUMAN_ 8-Apr-11 3:34
_AnsHUMAN_ 8-Apr-11 3:34 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
vishalgpt8-Apr-11 4:58
vishalgpt8-Apr-11 4:58 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
Richard MacCutchan8-Apr-11 5:00
mveRichard MacCutchan8-Apr-11 5:00 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
vishalgpt8-Apr-11 6:32
vishalgpt8-Apr-11 6:32 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
Richard MacCutchan8-Apr-11 22:02
mveRichard MacCutchan8-Apr-11 22:02 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
vishalgpt20-Apr-11 4:34
vishalgpt20-Apr-11 4:34 
QuestionHow can I catch SetCurSel in ComboBox control ? Pin
_Flaviu8-Apr-11 0:50
_Flaviu8-Apr-11 0:50 
Hi everyone . I front with a problem . I have an custom CComboBox control , named CComboBoxExt , which I use it into an SDI application on CFormView .
CComboBoxExt m_Combo;

From an button , I call :
m_Combo.SetCurSel(2);


but on this call , I want to set up something in CComboBoxExt , but I didn't know how to catch this event in control ?

I try every hadlers :
void CComboBoxExt::OnSelendok() 
{
	// TODO: Add your control notification handler code here

	TRACE("\n selok \n");
}

or
LRESULT CComboBoxExt::OnSelchange() 
{
	// TODO: Add your control notification handler code here
TRACE("\n sel change \n");

	return 0;
}

but in vain ... can you help me , please ? Thank you !
AnswerRe: How can I catch SetCurSel in ComboBox control ? Pin
_Flaviu8-Apr-11 1:11
_Flaviu8-Apr-11 1:11 
AnswerRe: How can I catch SetCurSel in ComboBox control ? Pin
Richard MacCutchan8-Apr-11 1:38
mveRichard MacCutchan8-Apr-11 1:38 
GeneralRe: How can I catch SetCurSel in ComboBox control ? Pin
_Flaviu8-Apr-11 1:47
_Flaviu8-Apr-11 1:47 
AnswerRe: How can I catch SetCurSel in ComboBox control ? Pin
వేంకటనారాయణ(venkatmakam)8-Apr-11 1:54
వేంకటనారాయణ(venkatmakam)8-Apr-11 1:54 
GeneralRe: How can I catch SetCurSel in ComboBox control ? Pin
_Flaviu8-Apr-11 2:06
_Flaviu8-Apr-11 2:06 
AnswerRe: How can I catch SetCurSel in ComboBox control ? Pin
వేంకటనారాయణ(venkatmakam)8-Apr-11 2:17
వేంకటనారాయణ(venkatmakam)8-Apr-11 2:17 
GeneralRe: How can I catch SetCurSel in ComboBox control ? Pin
_Flaviu8-Apr-11 3:12
_Flaviu8-Apr-11 3:12 
QuestionRe: How can I catch SetCurSel in ComboBox control ? Pin
David Crow8-Apr-11 3:34
David Crow8-Apr-11 3:34 
AnswerRe: How can I catch SetCurSel in ComboBox control ? [modified] Pin
_Flaviu8-Apr-11 4:47
_Flaviu8-Apr-11 4:47 

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.