Re: [v2 PATCH] user32/text: Show Color message isn't send during startup
11 Feb
2016
11 Feb
'16
7:21 a.m.
Alistair Leslie-Hughes <leslie_alistair(a)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(a)winehq.org
3592
Age (days ago)
3592
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard