[v2 PATCH] user32/text: Show Color message isn't send during startup

Alexandre Julliard julliard at winehq.org
Thu Feb 11 07:21:28 CST 2016


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> writes:

> @@ -214,6 +218,12 @@ static INT_PTR CALLBACK edit_dialog_proc(HWND hdlg, UINT msg, WPARAM wparam, LPA
>                      PostMessageA(hdlg, WM_USER, 0xdeadbeef, 2);
>                      break;
>  
> +                /* Set Text During startup */
> +                case 11:
> +                    SendMessageA(hok, WM_SETTEXT, 0, (WPARAM)"Testing");
> +                    PostMessageA(hdlg, WM_USER, 0xdeadbeef, 2);
> +                    break;

Why are you setting the text on a button, and not touching the edit
control?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list