Question Detect a msgbox in a webbrowser control

Billie1123

Member
Joined
Oct 24, 2009
Messages
11
Programming Experience
Beginner
Hi there, I was wondering if is there any way to find out when does a msgbox appears after I have clicked a link.

Then I just have to send the key enter to make it dissapear

SendKeys.Send(Microsoft.VisualBasic.ChrW(Keys.Enter))

Regards
 
Back
Top