[03/18] comctl32: Added basic implementation for task dialogs and add tests

Nikolay Sivov bunglehead at gmail.com
Fri Feb 24 14:33:27 CST 2017


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?





More information about the wine-devel mailing list