If i create a message box and it has 2 buttons (MB_OKCANCEL) how do i know which button was pressed?
The return value of MessageBox is the value of button which was pressed
Thanks Bazzy. Answer is simple but i just started windows programming week ago...