Vitaliy Margolen <[EMAIL PROTECTED]> writes: > Monday, October 20, 2003, 10:13:12 PM, Dimi wrote: > >> On October 20, 2003 01:49 am, Vitaliy Margolen wrote: >> >>> Do you mean I need to write some test program? [...] > >> Yes, a test program, but one that's integrated in our >> testing framework. See any of the dlls/*/tests/*.c files >> for examples. > > I'm not exactly sure how such a test will work. It > involves graphical components. Unless there are some way > to make test see what's on the screen I can't think of a > way how to do this.
You can have a look at dlls/user/tests/listbox.c. The idea is to emulate mouse clicks and observe app. behaviour. I think you can adapt it to your purposes. Feri.