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
Post a Comment