Hello,
I have an application with three text boxes, of which i need to get the text value of the third text box.
I am using 'FindWindowEx' API get the handle to the textbox
and 'SendMessageStr' API to retrieve the text.
I am able to retrieve the text of the first textbox. But, not of the remaining textboxes as the class name of all the textboxes as the same!!!
Can any one help me out???
Thanx.
