Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable inPrivate mode in the WebBrowser control

I have to make a IE type browser with some extra features on it.

In Visual Studio, we have a component named "WebBrowser" that uses current IE browser installed in user's pc.

However, I am unable to find any property that enables access to the InPrivate mode I hoped would be exposed by control.

Is there a way to use InPrivate mode with the WebBrowser control, or would I have to make my own browser that supports this?

like image 863
Asish AP Avatar asked Jul 13 '11 08:07

Asish AP


People also ask

What is an InPrivate browser?

When you use InPrivate tabs or windows, your browsing data (like your history, temporary internet files, and cookies) isn't saved on your PC once you're done.


1 Answers

According to EricLaw's answers on a related question, it sounds like this might not be possible.

You might be stuck making your own control or looking for an alternative one.

like image 54
Stephen McDaniel Avatar answered Oct 13 '22 12:10

Stephen McDaniel