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

C / C++ / MFC

 
AnswerRe: Distinct values in 2D char array... Pin
Mark Salsbery18-Jun-07 7:34
Mark Salsbery18-Jun-07 7:34 
QuestionCombo box control does not display data list? Pin
dkyue9270818-Jun-07 5:24
dkyue9270818-Jun-07 5:24 
AnswerRe: Combo box control does not display data list? Pin
led mike18-Jun-07 5:38
led mike18-Jun-07 5:38 
GeneralRe: Combo box control does not display data list? Pin
dkyue9270818-Jun-07 5:46
dkyue9270818-Jun-07 5:46 
GeneralRe: Combo box control does not display data list? Pin
led mike18-Jun-07 7:07
led mike18-Jun-07 7:07 
GeneralRe: Combo box control does not display data list? Pin
dkyue9270818-Jun-07 7:25
dkyue9270818-Jun-07 7:25 
GeneralRe: Combo box control does not display data list? Pin
led mike19-Jun-07 5:12
led mike19-Jun-07 5:12 
AnswerRe: Combo box control does not display data list? Pin
JudyL_MD18-Jun-07 7:04
JudyL_MD18-Jun-07 7:04 
dkyue92708 wrote:
"not MFC" and "Win32 debug" which I didn't understand but couldn't find anything in the search.


"not MFC" means just that. The project does not use MFC in its code. "Win32" refers to the target (as opposed to something like ATL) and "debug" means the project is compiled and linked with debugging support. "Release" doesn't include debug stuff like symbol information and optimizes the code.

dkyue92708 wrote:
I dropped a combo box control on the dialog form and added 3 items to the data tab and recompile to see if the box displayed properly. The combo box is on the form but nothing is in the drop down list?


Did you actually drop the list down or just assume nothing is in it since nothing is displayed in the visible portion? If the data is there when you do open the drop-list, you need to select an item in your initialization in order to see data in the edit area upon startup.

Judy
GeneralRe: Combo box control does not display data list? Pin
dkyue9270818-Jun-07 7:41
dkyue9270818-Jun-07 7:41 
AnswerRe: Combo box control does not display data list? Pin
David Crow18-Jun-07 8:37
David Crow18-Jun-07 8:37 
GeneralRe: Combo box control does not display data list? Pin
dkyue9270818-Jun-07 9:45
dkyue9270818-Jun-07 9:45 
GeneralRe: Combo box control does not display data list? Pin
David Crow18-Jun-07 9:52
David Crow18-Jun-07 9:52 
AnswerRe: Combo box control does not display data list? Pin
Iain Clarke, Warrior Programmer19-Jun-07 1:14
Iain Clarke, Warrior Programmer19-Jun-07 1:14 
GeneralRe: Combo box control does not display data list? Pin
dkyue9270819-Jun-07 5:11
dkyue9270819-Jun-07 5:11 
QuestionClient/Server doubt Pin
Demian Panello18-Jun-07 4:31
Demian Panello18-Jun-07 4:31 
AnswerRe: Client/Server doubt Pin
Mark Salsbery18-Jun-07 5:22
Mark Salsbery18-Jun-07 5:22 
GeneralRe: Client/Server doubt Pin
led mike18-Jun-07 5:34
led mike18-Jun-07 5:34 
GeneralRe: Client/Server doubt Pin
Mark Salsbery18-Jun-07 5:37
Mark Salsbery18-Jun-07 5:37 
GeneralRe: Client/Server doubt Pin
Demian Panello18-Jun-07 11:28
Demian Panello18-Jun-07 11:28 
GeneralRe: Client/Server doubt Pin
Mark Salsbery18-Jun-07 11:54
Mark Salsbery18-Jun-07 11:54 
QuestionReset the count of a Semaphore Pin
Ajay L D18-Jun-07 3:23
Ajay L D18-Jun-07 3:23 
AnswerRe: Reset the count of a Semaphore Pin
Roger Stoltz18-Jun-07 3:52
Roger Stoltz18-Jun-07 3:52 
AnswerRe: Reset the count of a Semaphore Pin
Arman S.18-Jun-07 4:11
Arman S.18-Jun-07 4:11 
AnswerRe: Reset the count of a Semaphore Pin
Joe Woodbury18-Jun-07 9:11
professionalJoe Woodbury18-Jun-07 9:11 
QuestionAudio Capture using DirectShow Pin
Maynka18-Jun-07 3:07
Maynka18-Jun-07 3:07 

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.