dialog - How can I create a "Yes To All" Button using WinAPI? -
We have a legacy application written in C that uses WinAPI. We want to add "yes to all" button for some of our dialog boxes. Unfortunately, the existing messagebox function does not allow custom buttons or button captions.
What is the best way to do this? Is there a clever hack to easily add a custom button? Or should we make your messageback replacement?
Is there anything like this?
Or this:
Mark
Comments
Post a Comment