문제

i want to make an program using web browser so i have make Account Password Changer( for an game website) when i click change password it will change it but i dont sure its will show a alert it the web browser the password has been changed or the old pass is invalid etc i want to copy the alert text to know it changed or now any one can help me ?

도움이 되었습니까?

해결책

If you are using Windows Forms's webbrowser class, Implement IDocHostShowUI on your webbrowser site.

If you are using the wrapper class generated by aximp, Implement IDocHostShowUI on the container's IOleClientSite implementation.

The text will be passed to you when the control is calling the IDocHostShowUI::ShowMessage Method

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top