FindWindow FindWindowEx
问题 I have written a program that is to find a box in another program and set focus to it. Once this is done it will sendkeys and save to this box. I am using Findwindow and FindwindowEx to locate the box, but I have a bit of an issue. if you notice the windows are the same all the way down to the first TPanel. Now after that there are 3Tpanel Classes. After 3Tpanel Classes there are multiple TttgEdit Classes. How do I teach the program which Classes I want to select? Here is my code thus far.