hello,

I'm using FindWindow() function to find a specific window/dialog.
as all the windows have the same name I can not use the Windowname in the function.
(if I use it, the function finds the first, while I need the third)
using a counter is not an option think of the possibility of next en back buttons
so I have to use the Classname arg., I think...
I know all the windows have static text items.
window 3 has 5 edit control boxes, I also know the ID numbers (Spy++ and Orca)
they are 1304 to 1308. So window 3 is Unique

how do I define the function, so it catches the 3 window?

regards,

ger