V
VM
I'm trying to find the code that's executed when a button in a dialog is
pushed.
In my AppMaster.rc file, I have a Dialog folder with IDD_DIALOGBAR1 and
IDD_DIALOGBAR2 .
When I click on IDD_DIALOGBAR1, I can see that it has a button with text
"Accept". If I view the rc file through a text editor, the button says:
PUSHBUTTON "Accept ",ID__BUTTON4,67,86,50,14,0,WS_EX_STATICEDGE
Where can I find the code that's executed when I click on this button? The
code's not in the RC file. It has to be somewhere else.
Any help would be appreciated.
Thanks.
pushed.
In my AppMaster.rc file, I have a Dialog folder with IDD_DIALOGBAR1 and
IDD_DIALOGBAR2 .
When I click on IDD_DIALOGBAR1, I can see that it has a button with text
"Accept". If I view the rc file through a text editor, the button says:
PUSHBUTTON "Accept ",ID__BUTTON4,67,86,50,14,0,WS_EX_STATICEDGE
Where can I find the code that's executed when I click on this button? The
code's not in the RC file. It has to be somewhere else.
Any help would be appreciated.
Thanks.