how to create Own browser with hiding URL and some logos(info)

bewithme465

Regular Member
Joined
Aug 24, 2010
Messages
459
Reaction score
94
how to create Own browser with hiding URL and some logos(info)

can any one tell me how to create a browser or an application

to hide the website url and information.

can any one tell me how to create that or can give me information where can i get that programme
 
how to create Own browser with hiding URL and some logos(info)

can any one tell me how to create a browser or an application

to hide the website url and information.

can any one tell me how to create that or can give me information where can i get that programme

If you're planning on doing this with C#, and are looking for a 'program' that allows you to create said web browser quickly,
first of all look into Visual Studio and/or C# Express.

Inside of Visual Studio you can create a new form, add a WebBrowser control, and use the WebBrowser.Navigate(String URL) method to go to whatever URL you wish.
I understand you don't want to display the actual URL and information? If so, simply adding this WebBrowser control and using the navigate function in a Windows Form will do the trick :)
It won't show any extra info that you don't want it to show, except for display the page you navigated to.
 
webbrowser control uses internet explorer behind.
But you can find several free browser control better than webbrowser control too...
 
Back
Top