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
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:
- Where To Paly Tichu In Net?Best solution by onlinetichu.com
- Where To Watch Hd Net Online?Best solution by Yahoo! Answers
- How to Convert Code from VB to C++?Best solution by Stack Overflow
- How to save from DatagridView to Database VB.NET?Best solution by Stack Overflow
- How to create email account of att.net or sbcglobal.net?
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.