Re: [03/18] comctl32: Added basic implementation for task dialogs and add tests
On 24.02.2017 23:03, Fabian Maurer wrote:
The dialog doesn't show text and can basically do nothing, but it sets the foundation.
+} + +/* Functions for turning our dialog structures into a usable dialog template + * We don't load the dialog template from a resource, we instead create it in memory + * This way we can easily handle variable control numbers */
I think this is an overkill. How about using static template and then destroying controls you don't need?
On 24.02.2017 23:33, Nikolay Sivov wrote:
On 24.02.2017 23:03, Fabian Maurer wrote:
The dialog doesn't show text and can basically do nothing, but it sets the foundation.
+} + +/* Functions for turning our dialog structures into a usable dialog template + * We don't load the dialog template from a resource, we instead create it in memory + * This way we can easily handle variable control numbers */
Ok, TaskDialogIndirect() allows variable number of buttons specified on creation time.
participants (1)
-
Nikolay Sivov