Joachim Priesner joachim.priesner@web.de writes:
The TaskDialogIndirect function takes three texts: content, main instruction, and footer. The current implementation would only display the main instruction. Now all texts are displayed, concatenated by two newlines if necessary.
Also, if the requested icon is one that is supported by MessageBoxW (error, warning, question, information), that icon is displayed.
This should be made into a proper dialog instead. It's not a good fit for a message box.