login - C# - Check if got message from page with (web browser control) -


my program logging website , if login fails i'm getting message page automatically displayed in messagebox box in program:

"message page"

username incorrect

is possible track , make if statement one:

if(gotmessagefrompage) {    dosomething(); } 


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -