For Programmers: Free Programming Magazines  


Home > Archive > MSDN > June 2004 > How to disable a minimize and maximize button in a web browser?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to disable a minimize and maximize button in a web browser?
Shiva

2004-06-10, 8:55 am

How to disable a minimize and maximize button in a web browser?
Ronny Ong

2004-06-10, 3:56 pm

For a web app, the only thing you can do is open a full-screen window (i.e.
kiosk mode) to hide those buttons (which means you will be maximized, so
it's irrelevant whether maximize is hidden). Blocking access to the minimize
button does not guarantee that the user won't be able to switch to another
app or to the desktop.

The web platform is not intended for apps which need full control of the UI.
If you need that, you should be writing a traditional WinForms app.



"Shiva" <Shiva@discussions.microsoft.com> wrote in message
news:3D1DFDB9-0B5E-4E8A-B3C7-B32D4EE2D2D1@microsoft.com...
> How to disable a minimize and maximize button in a web browser?



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com