MAKNIGHT71
IS-IT--Management
I am writing VBA code (in Exact Macola) that needs to place text in a text control in a seperate VB .NET 2003 application. I can use FindWindow sucessfully to get the application's main window, however, I am not having any luck whatsoever using FindWindowEx to find the text control itself so that I can call SendMessage. Right now I'm changing the .NET application's main window text and using a timer to notice this change and feed the text control. This is kinda cheesy, but I had to get something working quickly. Ideas on directly feeding the text box?
maknight
maknight