PDA

Click to See Complete Forum and Search --> : Two Classes??


evilz9
Aug 22nd, 2001, 05:23 PM
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.

Nucleus
Aug 22nd, 2001, 08:12 PM
See attached project for how to do it.