What I want to do is get the handle of two text box controls and a button from another program. I have the handle of the form that the controls reside on, but I am stumped at how to get a handle to the controls.

I have thought about using EnumChild windows to search for a specific type of control on the parent form... would this help? I also know the text on the button that i want the handle of. One of the text boxs is starred out and the other is just plain text.

Any help is appreciated. Thanks in advance.

David Richardson