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