|
-
Aug 3rd, 2006, 04:59 AM
#1
Thread Starter
Lively Member
Find textbox in window
Hi,
I want to use API functions to find a window that appears when I run a program. So let's assume I do that. Now there are three different textboxes in the window and I want to send some text to them. I don't want to send same text to all of them, instead one textbox should get one text string, the other one some other text string and so on. Now the problem is, how can I locate every one of those textboxes? How can I know which one is which one? I use a "Window Finder" tool that gives me the class name of every object in the window, but the textboxes have of course same class names (Edit) and I don't know what is unique for every such textbox (the handle changes from time to time, so I can't search for the handle :S).
Thanks in advance!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|