Hi

I have two Webbrowser controls on a form.

The first control loads and displays a page of links. I need to be able to click a link and have it open its page in the second control, but not the first control, which is its natural action.

I have tried Cancel = True in BeforeNavigate, but that prevents the links page from opening at all.

Does anyone have a better way to make this work?

Thanks.