8 Aug
2008
8 Aug
'08
2:54 a.m.
Dmitry Timoshkov wrote:
+ "Edit", + "Button", + "Static", + "ComboBox", + "ComboLBox", + "ListBox", + "#32770", /* dialog */ + };
You forgot "ScrollBar" and some other builtin classes.
Ok all other builtin classes added for testing, but more todo_wine added without subclassing it.
+ hwnd = CreateWindowExA(0, classA, NULL, WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, + CW_USEDEFAULT, 680, 260, NULL, NULL, NULL, 0);
It would be helpful to actually test whether window has been created, and what type it has (ansi/unicode). Same is true for all similar cases.
All done and TRY3 submitted to wine-patch list. Regards Hongbo Ni