Could it be possible to add a statusstrip and a popup-blocker to the webbrowser?
asked by yannick A status-strip can be added to the Webbrowser by going to the Menu & Toolbars option on the Toolbox and double-clicking on the Status Strip, the WebBrowser may need to be adjusted, this can then have labels that can display information. The WebBrowser component has an event under the (Declarations) list for the (General) item eg. webMain in the Code View, this event is “NewWindow” if selected the following code will ask before allowing this new window to be opened, it could be modifed further to behave more like a Popup Blocker, see example below: e.Cancel = MsgBox(“Allow Popup Window?”, MsgBoxStyle.Question + MsgBoxStyle.YesNo, “Web Browser”) = MsgBoxResult.No You can post your Questions via the CESPage.com Visual Basic Weekly Update on the Blog or via any of the “Visual Basic” related topics on the Blog, and they will be answered here! Information CESPage.com Visual Basic is updated now as often as possible however there is only a limited time that can be spent, just