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. What the Message for Update UI on DialogBase App?

What the Message for Update UI on DialogBase App?

Scheduled Pinned Locked Moved C / C++ / MFC
designhelpquestionannouncement
6 Posts 3 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
    Max
    wrote on last edited by
    #1

    I want the message that send every time when user do something on dialog such as click on control button, input some character on edit control, select some row on listcontrol etc. What the message that support this issue?

    R 1 Reply Last reply
    0
    • M Max

      I want the message that send every time when user do something on dialog such as click on control button, input some character on edit control, select some row on listcontrol etc. What the message that support this issue?

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #2

      Max++ wrote:

      I want the message that send every time when user do something on dialog such as click on control button, input some character on edit control, select some row on listcontrol etc. What the message that support this issue?

      Sorry? :confused:

      It is a crappy thing, but it's life -^ Carlo Pallini

      M 1 Reply Last reply
      0
      • R Rajesh R Subramanian

        Max++ wrote:

        I want the message that send every time when user do something on dialog such as click on control button, input some character on edit control, select some row on listcontrol etc. What the message that support this issue?

        Sorry? :confused:

        It is a crappy thing, but it's life -^ Carlo Pallini

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

        When Draw windows framework send me WM_PAINT When windows create framework send me WM_CREATE When change windows size framework send me WM_SIZE what about when "user do something on dialog such as click on control button, input some character on edit control, select some row on listcontrol etc.". What the name of this windows message?

        R 1 Reply Last reply
        0
        • M Max

          When Draw windows framework send me WM_PAINT When windows create framework send me WM_CREATE When change windows size framework send me WM_SIZE what about when "user do something on dialog such as click on control button, input some character on edit control, select some row on listcontrol etc.". What the name of this windows message?

          R Offline
          R Offline
          Rajesh R Subramanian
          wrote on last edited by
          #4

          There are event handlers for every such control. Have you tried looking into the documentation of such controls? Have you searched for examples? Please do it. You might also buy a good book on MFC.

          It is a crappy thing, but it's life -^ Carlo Pallini

          M 1 Reply Last reply
          0
          • R Rajesh R Subramanian

            There are event handlers for every such control. Have you tried looking into the documentation of such controls? Have you searched for examples? Please do it. You might also buy a good book on MFC.

            It is a crappy thing, but it's life -^ Carlo Pallini

            M Offline
            M Offline
            Max
            wrote on last edited by
            #5

            I don't want the Control Message but I want the Dialog message instead. I need the message that send every time when user do something on all control on Dialog.

            M 1 Reply Last reply
            0
            • M Max

              I don't want the Control Message but I want the Dialog message instead. I need the message that send every time when user do something on all control on Dialog.

              M Offline
              M Offline
              Moak
              wrote on last edited by
              #6

              Max++ wrote:

              I need the message that send every time when user do something on all control on Dialog.

              You can see them all with Spy++[^] or WinAPI documentation of your choice.

              My webchat in Europe :java: (in 4K)

              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