Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: When and how do I know how to use Unicode Pin
Ravi Bhavnani20-Jan-04 9:09
professionalRavi Bhavnani20-Jan-04 9:09 
GeneralRe: When and how do I know how to use Unicode Pin
David Crow20-Jan-04 7:18
David Crow20-Jan-04 7:18 
GeneralRe: When and how do I know how to use Unicode Pin
BrockVnm20-Jan-04 7:47
BrockVnm20-Jan-04 7:47 
GeneralRe: When and how do I know how to use Unicode Pin
David Crow20-Jan-04 8:38
David Crow20-Jan-04 8:38 
GeneralRe: When and how do I know how to use Unicode Pin
BrockVnm20-Jan-04 8:49
BrockVnm20-Jan-04 8:49 
GeneralRe: When and how do I know how to use Unicode Pin
David Crow20-Jan-04 9:01
David Crow20-Jan-04 9:01 
GeneralQuery on When and how do I know how to use Unicode? Pin
SiddharthAtw20-Jan-04 17:15
SiddharthAtw20-Jan-04 17:15 
Generalto track changing the selection of combobox Pin
Bash20-Jan-04 3:52
Bash20-Jan-04 3:52 
Dear MFC Gurus!

I'm writting SDI-based application that has DialogBar with combobox control. This DialogBar is initialized as the follows:

int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
...

if (!m_Bar.Create(this,IDD_BARDLG,CBRS_TOP,ID_MYBARDLG)) {
AfxMessageBox(_T("Failed to create dialog bar!"),MB_ICONSTOP);
return -1;
};
};

where m_Bar is CDialogBar. IDD_BARDLG doesn't have its class derived from CDialog!

How to capture ON_CBN_SELCHANGE message in CMainFrame class from combobox control belonging m_Bar? In other words, I need to track changing the selection of combobox. What should I do?


Yours sincerely,
Alex Bash
GeneralRe: to track changing the selection of combobox Pin
Ravi Bhavnani20-Jan-04 4:25
professionalRavi Bhavnani20-Jan-04 4:25 
GeneralWhat is "trap"? I'm not sure about terminology... Pin
Bash20-Jan-04 5:12
Bash20-Jan-04 5:12 
GeneralRe: What is "trap"? I'm not sure about terminology... Pin
Ravi Bhavnani20-Jan-04 5:15
professionalRavi Bhavnani20-Jan-04 5:15 
GeneralTrapping Kill Focus from my Custom Control Pin
tabish12120-Jan-04 3:33
tabish12120-Jan-04 3:33 
GeneralRe: Trapping Kill Focus from my Custom Control Pin
Ravi Bhavnani20-Jan-04 4:36
professionalRavi Bhavnani20-Jan-04 4:36 
GeneralRe: Trapping Kill Focus from my Custom Control Pin
tabish12120-Jan-04 5:10
tabish12120-Jan-04 5:10 
GeneralRe: Trapping Kill Focus from my Custom Control Pin
Roger Allen20-Jan-04 5:18
Roger Allen20-Jan-04 5:18 
GeneralRe: Trapping Kill Focus from my Custom Control Pin
tabish12120-Jan-04 7:01
tabish12120-Jan-04 7:01 
Generalhelp Pin
Anonymous20-Jan-04 3:12
Anonymous20-Jan-04 3:12 
GeneralRe: help Pin
Larry J. Siddens20-Jan-04 3:39
Larry J. Siddens20-Jan-04 3:39 
GeneralMFC code works in some directorys and not others Pin
BrockVnm20-Jan-04 3:05
BrockVnm20-Jan-04 3:05 
GeneralRe: MFC code works in some directorys and not others Pin
Ravi Bhavnani20-Jan-04 4:38
professionalRavi Bhavnani20-Jan-04 4:38 
QuestionHow to create Listbox VC .NET Pin
sallas20-Jan-04 2:37
sallas20-Jan-04 2:37 
AnswerRe: How to create Listbox VC .NET Pin
Michael P Butler20-Jan-04 3:42
Michael P Butler20-Jan-04 3:42 
GeneralRe: How to create Listbox VC .NET Pin
sallas20-Jan-04 11:12
sallas20-Jan-04 11:12 
AnswerRe: How to create Listbox VC .NET Pin
Larry J. Siddens20-Jan-04 3:42
Larry J. Siddens20-Jan-04 3:42 
QuestionAccessing contents of Shell Folder Query? Pin
arrya_amit20-Jan-04 2:28
arrya_amit20-Jan-04 2:28 

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.