I cannot tell you how disappointed I am in the vb.net Web Browser Control. It really seems very ill thought out and rushed.

So; to my question! I have searched all over the place in an attempt to find the answer to this and from what I can see alot of individuals are suggesting that it is better to use the old web browser control from VB6. However, i'd like to try to avoid this.

I am submitting a post request under the navigate method of the web browser control. It essentially passes a few variables to my control. However, this results in the opening of a new window, despite setting the New-window parameter to boolean false! Frustrating.

I have also tried playing around with New_Window event and setting e.cancel to true but this stops the navigation all together which is not what I want. So, firstly, why is the control opening a new window and secondly, how can I suppress the opening of a new window whilst still progressing through with the POST request?

Cheers Ladies and Gents
Jord