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?
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.