Win32 custom message box
I want to make a custom message box. What I want to customize is the button's text. MessageBoxW( NULL, L"Target folder already exists. Do you want to overwrite the folder?", L"No title", MB_YESNOCANCEL | MB_ICONQUESTION ); I'd like to just change the buttons text to Overwrite , Skip , Cancel . What's the most simple way? I have to make this as having same look and feel with Windows default messagebox. As said by others, a typical way is to create a dialog resource and have a completely independent dialog, which GUI you need to design in the way that it looks like standard dialog (to meet your