Question

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 ?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top