I am using WebBrowser when the page is left without internet happening this message, would have how to avoid this message. Anybody know?


I am using WebBrowser when the page is left without internet happening this message, would have how to avoid this message. Anybody know?

Comments

  1. I usually use the OnDidFailLoad event of the WebBrowser. Inside that event handler, first I hide the WebBrowser component and then I alert the user of internet issues somewhere (in a label or using ShowMessage for example)

    ReplyDelete

Post a Comment