The classname is IEFrame but that is also the classname for every browser window and every control on each window.
The Last Control Under Mouse is Afx:400000:82 but this is also the same for pretty much every textbox/link etc in the browser window.
I can find no unique number in Spy that relates to the textbox that I want to send the info to.
I'd like to write a script to automatically log on to a web site.
It needs to:
1) run Internet Explorer on the website
2) hide the window
3) wait for it to finish loading
4) send key strokes
5) unhide the window
I can do 1) and 4), but how do I do the rest?