Hi All,

I have a quetion. I am using VC++ where i am getting values from the GUI controls using the DoDataExchange() function.

I have two buttons on my screen with ids IDOK and IDCANCEL, so my question is how do i make out in the DoDataExchange() function whether which button is pressed ??

Thank you in advance.