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
U

User 1607091

@User 1607091
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Switch case in MFC
    U User 1607091

    void CLawMaterialView::OnSelchangeType() { m_combo=(CComboBox *)GetDlgItem(IDC_TYPE); m_eFruitVal = (eEnumeratedFruit)m_combo->GetCurSel(); switch (m_eFruitVal) { case 1:eRD; m_combo1=(CComboBox *)GetDlgItem(IDC_COMBO2); m_combo1->SetCurSel(0); m_combo1->ResetContent(); m_combo1->AddString("White ceramic rod BA80");// I want it from databse NOT add one by one. } From above code, is it Add a new value after select the 1st combobox, BUT how to have a value in combobox is from database???? Plz advise! Danny Gan

    C / C++ / MFC c++ tutorial question

  • Switch case in MFC
    U User 1607091

    How to perform switch case in MFC (Not in dialog form)????

    C / C++ / MFC c++ tutorial question

  • Integrate
    U User 1607091

    How to integrate SDK program with VC++ in MFC???? TQ!

    C / C++ / MFC c++ tutorial question
  • Login

  • Don't have an account? Register

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