Problem with ComboBox in MFC app running under win98
-
:omg:When I build MFC app containing ComboBoxes using VC7 under WinXP, and then run this app under Win98se, in all ComboBoxes I see only currently selected item. It happenes no metter how I add the items to Combo, even if I do it like m_ComboBox.AddString(_T("First")); m_ComboBox.AddString(_T("Second")); m_ComboBox.AddString(_T("Third")); m_ComboBox.SetCurSel(0); in Win98 I see only "First". Is some one ever had such a problem?
-
:omg:When I build MFC app containing ComboBoxes using VC7 under WinXP, and then run this app under Win98se, in all ComboBoxes I see only currently selected item. It happenes no metter how I add the items to Combo, even if I do it like m_ComboBox.AddString(_T("First")); m_ComboBox.AddString(_T("Second")); m_ComboBox.AddString(_T("Third")); m_ComboBox.SetCurSel(0); in Win98 I see only "First". Is some one ever had such a problem?
The expanded size of the combobox is too small. In the resource editor, click on the down-arrow in the combo, that will let you resize it vertically. (Well, that's how VC 6 works, no idea if VC 7 does it the same way) --Mike-- The Internet is a place where absolutely nothing happens. -- Strong Bad 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm