Hi,

I am trying to automate the third party application, Let's say "App A". I know how to use FindWindow, FindWindowEx to find windows and click on buttons etc.

I need couple of help:

a. The main window of "App A" application has many child windows most of them has same class and some of them have caption and some of them have no caption. So, How can I find the window which is needed for me ? (the other windows have same caption /class name)

b. I have a dtPicker control on that application window. I would like to set the desired date on it. not sure how to do it.

please help