Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Problem with ComboBox in MFC app running under win98

Problem with ComboBox in MFC app running under win98

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Valera241176
    wrote on last edited by
    #1

    :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?

    M 1 Reply Last reply
    0
    • V Valera241176

      :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?

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups