How do get data from webbrowser?

VB.NET Inprivate Webbrowser?

  • Ok Does anbody know how to make a Inprivate webbrowser on VB.NET? What i mean is like on Internet explorer you can open up inprivate browsing and none of your browsing data will be stored. Is it possible to do this in VB.NET so i can use a webbrowser and the information wont get stored in Internet Explorer.

  • Answer:

    The WebBrowser class that comes with the .NET Framework is just Internet Explorer. Search around in the methods of that class. You can do this by typing the variable name of your WebBrowser(Like if it's called "WebBrowser1") then put a period after it, and it will show a list of all your classes. You must be in Visual Studio or Visual Basic Express to do this. Just search around for something that looks like it an is a Boolean(I don't know what Booleans are in Visual Basic, I think it's something like "Dim a as Bool") and set it to true, see if it works.

Rob at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

You can use www.geckofx.org/ gekcofux which is the engine used by the Firefox. and this library file is the .net implementation.

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.