소연의_개발일지
article thumbnail

 

 

문제상황

콤보박스 길이가 짧아 1개밖에 안 나오는 상황

 

해결방법

MFC 리소스 수정 에디터에서  화살표 부분을 클릭한 후 크기를 늘려주면 된다.

1. 화살표 클릭

2. 크기 늘려주기

 

잘 나온다.

 

참고링크

https://stackoverflow.com/questions/23739185/mfc-combobox-dropdown-list-too-short

 

MFC ComboBox dropdown list too short

I have dropped ComboBox on dialog form. Also I have added some text to it: BOOL CMyAppDlg::OnInitDialog() { CComboBox *combo= (CComboBox *)GetDlgItem(IDC_COMBO_TT); combo->AddString("s...

stackoverflow.com

 

profile

소연의_개발일지

@ssoyxon

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!