Hello everyone,
So I have a quick question. Back when there was something written by BoFen and it was called codegenie and I have a copy of it and i've been using it with some success. What I'd like to know is are there any good api spies that generate information like this:
ShellTrayWnd& = FindWindow("Shell_TrayWnd", vbNullString)
Button& = FindWindowEx(ShellTrayWnd&, 0&, "Button", vbNullString)
because I'm not too sure, how you could determine the buttons. For instance.
The run dialog, it has 3 buttons. OK, CANCEL and Browse. If i'm dealing with multiple buttons, lets say 7 buttons as follows:
OK, CANCEL, BROWSE, PING, OPEN, CLOSE, EXIT
how can I single out one specific button? For instance: Only targeting PING button, how would I be able to do so?
./x86