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. MFC :Property Sheet

MFC :Property Sheet

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
3 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.
  • M Offline
    M Offline
    missnazar
    wrote on last edited by
    #1

    I have an edit box on property page. I want to fetch its value in my formview.cpp . Then how is that done ? Can Some one help me out. Thanx in advance. Drushti

    T 1 Reply Last reply
    0
    • M missnazar

      I have an edit box on property page. I want to fetch its value in my formview.cpp . Then how is that done ? Can Some one help me out. Thanx in advance. Drushti

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      Miss Nazar, if you know the ID of the EditBox you can use following api to retieve the value 1.GetDlgItemText 2.GetDlgItemInt or I think you are using MFC , just add the variable to the EditBox using MFC ClassWizard>>member variable, and When ever you need the value just Call UpdateData(TRUE); and you variable will fill with value present in Editbox ----------------------------- "I Think this Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

      M 1 Reply Last reply
      0
      • T ThatsAlok

        Miss Nazar, if you know the ID of the EditBox you can use following api to retieve the value 1.GetDlgItemText 2.GetDlgItemInt or I think you are using MFC , just add the variable to the EditBox using MFC ClassWizard>>member variable, and When ever you need the value just Call UpdateData(TRUE); and you variable will fill with value present in Editbox ----------------------------- "I Think this Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

        M Offline
        M Offline
        missnazar
        wrote on last edited by
        #3

        THankyou it worked!!

        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