S Saber Aug 11, 2005 #1 How to get text box handle from an external application? I mean textbox is not in my form(s). TIA for your reply
How to get text box handle from an external application? I mean textbox is not in my form(s). TIA for your reply
H Herfried K. Wagner [MVP] Aug 11, 2005 #2 Saber said: How to get text box handle from an external application? I mean textbox is not in my form(s). Click to expand... P/invoke + 'EnumWindows'/'EnumChildWindows', 'FindWindow'/'FindWindowEx'.
Saber said: How to get text box handle from an external application? I mean textbox is not in my form(s). Click to expand... P/invoke + 'EnumWindows'/'EnumChildWindows', 'FindWindow'/'FindWindowEx'.