|
-
Feb 7th, 2000, 09:55 PM
#1
Thread Starter
Addicted Member
I know, this has been discussed yet but I none of the answers I saw worked when I tried it. Well, I want to find out, what's in the textbox of some application and change it. I think it was Aaron Young who recently posted some answer to this, but I couldn't figure out what I was doing wrong.
I have the handle to the application, but
lChildWnd = FindWindowEx(lHwnd, lChildWnd, "Edit", vbNullString)
always returns zero. Where is the problem?
------------------
Razzle
ICQ#: 31429438
What is the difference between a raven?
-The legs. The length is equal, especially the right one.
-
Feb 8th, 2000, 01:39 AM
#2
Thread Starter
Addicted Member
Doesn't anyone know!?
------------------
Razzle
ICQ#: 31429438
What is the difference between a raven?
-The legs. The length is equal, especially the right one.
-
Feb 8th, 2000, 01:49 AM
#3
Maybe that application has another child window between lHwnd and lChildHwnd. You have to check if the main window has multiple chilren before it gets to the Edit box. Using Spy++ you can find out if it does. By the way, what program are you trying to get the Textbox from? Maybe knowing the exact program (and if some of us have it installed) we can be more helpful to you.
------------------
Serge
Senior Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
-
Feb 8th, 2000, 01:57 AM
#4
Thread Starter
Addicted Member
I'm trying to get the content of an ICQ message. I want to make something for automated replies.
------------------
Razzle
ICQ#: 31429438
What is the difference between a raven?
-The legs. The length is equal, especially the right one.
-
Feb 8th, 2000, 02:01 AM
#5
Thread Starter
Addicted Member
maybe it would be the best to enumerate all childwindows. do you know how this can be done?
I'd need the content of the labels, too, so that I know who's the message from.
------------------
Razzle
ICQ#: 31429438
What is the difference between a raven?
-The legs. The length is equal, especially the right one.
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
|