Search code examples
vb.netvisual-studio-2010web-applicationsbrowser

Show webpage with no URL bar, navigation bar, etc


I'm working on a vb.net web application and want to make it to where when someone puts in a url into the browser or when someone clicks on a shortcut, a new browser window is opened but there is no back or forward, no refresh, no navigation bar, etc. Does anyone know how to do this or if it's even possible? I just want the browser shell essentially. Thanks.


Solution

  • I would advice against this - the browser is the users domain, don't mess with it. Are there any particular reasons for your choice of functionality?

    Any ways to make this possible will be based on Javascript, and this can always be disabled by the user.