-
Two Classes??
Ok, I'm trying to make a program that automaticly responds when ever my name is used in the chatroom. Now using an api spy, I can get all the window handles right down to the acctual edit box.
This is because there are two objects with the class name edit box. When I search for "Edit" with FindWindowEx it returns 0 because there are two. Now I'm new at api so I have No idea what to do and this problem is holding me back from advancing any further in the development.
If anyone could help that'd be great.
-
1 Attachment(s)
See attached project for how to do it.