質問

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