Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: why i could only read one charactor? Pin
Jijo.Raj1-Jun-08 18:01
Jijo.Raj1-Jun-08 18:01 
GeneralRe: why i could only read one charactor? Pin
steven_wong1-Jun-08 18:32
steven_wong1-Jun-08 18:32 
QuestionRe: why i could only read one charactor? Pin
Rajesh R Subramanian1-Jun-08 19:58
professionalRajesh R Subramanian1-Jun-08 19:58 
AnswerRe: why i could only read one charactor? Pin
steven_wong1-Jun-08 20:45
steven_wong1-Jun-08 20:45 
QuestionList box arrow Pin
rp_suman1-Jun-08 16:34
rp_suman1-Jun-08 16:34 
AnswerRe: List box arrow Pin
Jijo.Raj1-Jun-08 17:56
Jijo.Raj1-Jun-08 17:56 
GeneralRe: List box arrow Pin
rp_suman1-Jun-08 18:57
rp_suman1-Jun-08 18:57 
GeneralRe: List box arrow Pin
Jijo.Raj1-Jun-08 19:41
Jijo.Raj1-Jun-08 19:41 
I hope you just picked the combo and placed it to dialog. If you did so, by default the dropdown list size will be small to occupy only one item. So do the following

1) After placing the combo to the dialog in resource editor, click on the drop down arrow and dropdown size change rect will appear.
2) Drag the dropdown size selection so that you can see bigger list.

If you want to do it via code, send CB_SETMINVISIBLE to the combobox by specifying the minimum number of items visible in the combo.

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

GeneralRe: List box arrow Pin
rp_suman1-Jun-08 19:56
rp_suman1-Jun-08 19:56 
GeneralRe: List box arrow Pin
Jijo.Raj1-Jun-08 20:05
Jijo.Raj1-Jun-08 20:05 
Question[MFC] OnCreateClient Doesn't exist Pin
Schehaider_Aymen1-Jun-08 10:50
Schehaider_Aymen1-Jun-08 10:50 
AnswerRe: [MFC] OnCreateClient Doesn't exist Pin
rp_suman1-Jun-08 16:39
rp_suman1-Jun-08 16:39 
AnswerRe: [MFC] OnCreateClient Doesn't exist Pin
Mark Salsbery2-Jun-08 6:23
Mark Salsbery2-Jun-08 6:23 
QuestionAdding third choice to OK and CANCEL buttons in dialog window Pin
Kwanalouie1-Jun-08 5:46
Kwanalouie1-Jun-08 5:46 
AnswerRe: Adding third choice to OK and CANCEL buttons in dialog window Pin
Jijo.Raj1-Jun-08 6:07
Jijo.Raj1-Jun-08 6:07 
GeneralRe: Adding third choice to OK and CANCEL buttons in dialog window Pin
Kwanalouie1-Jun-08 6:43
Kwanalouie1-Jun-08 6:43 
GeneralRe: Adding third choice to OK and CANCEL buttons in dialog window Pin
Nelek1-Jun-08 7:12
protectorNelek1-Jun-08 7:12 
GeneralRe: Adding third choice to OK and CANCEL buttons in dialog window Pin
Jijo.Raj1-Jun-08 7:19
Jijo.Raj1-Jun-08 7:19 
AnswerRe: Adding third choice to OK and CANCEL buttons in dialog window Pin
Hamid_RT3-Jun-08 1:02
Hamid_RT3-Jun-08 1:02 
QuestionHow to get the coded format of file? Pin
york5281-Jun-08 4:24
york5281-Jun-08 4:24 
QuestionFind a container Pin
followait1-Jun-08 4:12
followait1-Jun-08 4:12 
AnswerRe: Find a container Pin
Nelek1-Jun-08 7:10
protectorNelek1-Jun-08 7:10 
AnswerRe: Find a container Pin
Jijo.Raj1-Jun-08 7:49
Jijo.Raj1-Jun-08 7:49 
AnswerRe: Find a container Pin
Graham Shanks1-Jun-08 8:41
Graham Shanks1-Jun-08 8:41 
QuestionSave CBitmap object to disk Pin
capint1-Jun-08 0:00
capint1-Jun-08 0:00 

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.