I am trying to make a mini-customized Web Browser. It is only supposed to be able to go to ONE page. I have the Web Browser control navigating only to the ONE Web Page, but recently it was discovered that if the user hits Control-N, then a new browser window comes up and then they could go where ever they pleased. Is there any KeyPress event or something that I can use to intercept Control-N?

-Tom Lentz