in reply to How to get windows handle?

I'd just use Win32::GUITest, which has the FindWindowLike function that is quite easy to use. Of course the FindWindow API is documented too. Maybe you can show us where you have problems with using that API? Also, what do you need the window handle for? Maybe there is a solution for your problem where you don't need the window handle ...