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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
V

verve987654321

@verve987654321
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to readout dynamic CEdits in MFC?
    V verve987654321

    I have 2 Dialogs. The first calls the second, in which i create CEdit fields dynamically. To store them i put them in a CStringToOb (filterMap) in the first dialog: CEdit* edit = new CEdit(); edit->Create(....); ptr_to_main->filterMap[i] = (CObject*) edit; When i go back i want to read the input made to the CEdit Fields. The Only Posibility i found to do so is : CEdit* pvalue; ptr_to_main->filterMap.Lookup( i, ( CObject*& )pvalue); pvalue->GetLine(1,value); The Point is I dont get anything when calling GetLine. When i do the same with Strings it works. What am i doing wrong ?

    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