Hi Sergey, one very minor comment on this patch:
+ len = SendMessage(hwEdit, WM_GETTEXTLENGTH, 0, 0); + ok(13 == len, "expected 11, got %d\n", len);
Nit: you mean "expected 13", not 11. The same is true for every instance where 13 is the expected length. --Juan