I am creating a program that query's a Acces Database and displays the results in a list box. However, I have grouped the search fields into a group and the search results in another group. One of the search fields is a combo box which contains different programming languages.
What I am having a hard time is just how I should be laying this combo box out. First off i am using MFC in VC++ 2005. Do I have to create a class for each control on my dialog? Can someone help me of how I am suppose to organize just taking the selected item in the combo box and relaying that to a variable.?
What I am having a hard time is just how I should be laying this combo box out. First off i am using MFC in VC++ 2005. Do I have to create a class for each control on my dialog? Can someone help me of how I am suppose to organize just taking the selected item in the combo box and relaying that to a variable.?