Hi,
I can fill edit box, press button in a webpage using TWebView. I also want to fill edit box and press button in another application from mine. Another application is not mine. I have not any source. It is a java application.
Is there any suggestion?
I can fill edit box, press button in a webpage using TWebView. I also want to fill edit box and press button in another application from mine. Another application is not mine. I have not any source. It is a java application.
hWnd := FindWindow( 0,"Second Application")
? hWnd // There is a hWnd value.
BringWindowToTop( hWnd )
.... I want to press TAB Key 3 times.
.... I want to paste text "12abc"
.... I want to click a button.Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06