Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Code and values from the first box:

CComboBox* pComboBox = (CComboBox*)GetDlgItem(IDC_AXIS_TYPE1);
pComboBox->AddString(_T("AVP"));
pComboBox->AddString(_T("GSI"));
pComboBox->AddString(_T("GSR"));
pComboBox->AddString(_T("LE"));
pComboBox->AddString(_T("LP"));

I want to be able to select a value from this menu and be able to use it to bring up different sets of values for the next combo box. Getting text out to use in the next statement seems to be my problem.
Posted
Updated 14-Jul-15 11:55am
v2
Comments
[no name] 14-Jul-15 18:19pm    
https://msdn.microsoft.com/en-us/library/12h9x0ch.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900