Minimize/Maximize 
Author Message
 Minimize/Maximize

How can I disable the minimize/maximize button in the top right corner of
Internet Explorer with a script?

Thank you for your help in advance,
Arjan.



Fri, 02 Dec 2005 05:59:37 GMT  
 Minimize/Maximize



Quote:
> How can I disable the minimize/maximize button in the top right corner of
> Internet Explorer with a script?

> Thank you for your help in advance,
> Arjan.

Is it possible to do that at all?


Fri, 02 Dec 2005 21:02:53 GMT  
 Minimize/Maximize
It is possible in Visual Basic and I have seen banners where this is
disabled. So I guess it is possible...


Quote:



> > How can I disable the minimize/maximize button in the top right corner
of
> > Internet Explorer with a script?

> > Thank you for your help in advance,
> > Arjan.

> Is it possible to do that at all?



Fri, 02 Dec 2005 21:11:32 GMT  
 Minimize/Maximize
With HTA's you can use

<HTA:Application
    MaximizeButton = No
    MinimizeButton = No

I don't know if there is an equivilent with ASP or the format you need.

--

need to e-mail me off list just get rid of "your fears" and
drop me a line.


Quote:
> How can I disable the minimize/maximize button in the top right corner of
> Internet Explorer with a script?

> Thank you for your help in advance,
> Arjan.



Fri, 02 Dec 2005 21:15:15 GMT  
 Minimize/Maximize

Quote:
>Is it possible to do that at all?

You can control it if you open a second window from script, but I don't think
you can manipulate the original host window, fortunately. I wouldn't want a web
page to have that much control.
--
Dave "Crash" Dummy - A weapon of mass destruction

http://lists.gpick.com


Fri, 02 Dec 2005 22:15:39 GMT  
 Minimize/Maximize
amen to that.  It is scarry how much control you can already program in.

--

need to e-mail me off list just get rid of "your fears" and
drop me a line.


Quote:
> >Is it possible to do that at all?

> You can control it if you open a second window from script, but I don't
think
> you can manipulate the original host window, fortunately. I wouldn't want
a web
> page to have that much control.
> --
> Dave "Crash" Dummy - A weapon of mass destruction

> http://lists.gpick.com



Fri, 02 Dec 2005 22:37:27 GMT  
 Minimize/Maximize
Hi,

And with IEApp-generated windows, you can create a kiosk-style with no title
bar at all.  Unfortunately, I think the poster wants to control a general
IE-run browser window, which (as others have already responded), I don't
believe is possible.  Even if you could disable them, the option would still
exist on the taskbar button context menu.

Joe Earnest


Quote:
> With HTA's you can use

> <HTA:Application
>     MaximizeButton = No
>     MinimizeButton = No

> I don't know if there is an equivilent with ASP or the format you need.

> --

> need to e-mail me off list just get rid of "your fears" and
> drop me a line.



> > How can I disable the minimize/maximize button in the top right corner
of
> > Internet Explorer with a script?

> > Thank you for your help in advance,
> > Arjan.



Sat, 03 Dec 2005 01:22:39 GMT  
 Minimize/Maximize
Actually I start an instance of  Internet Explorer from the script, just to
show some information. I don't think that not being able to resize the
window, is very harmful... Anyway, maybe I can use the API's if they can be
used in scripts. But it is too late to find that out now...


Quote:
> >Is it possible to do that at all?

> You can control it if you open a second window from script, but I don't
think
> you can manipulate the original host window, fortunately. I wouldn't want
a web
> page to have that much control.
> --
> Dave "Crash" Dummy - A weapon of mass destruction

> http://lists.gpick.com



Sat, 03 Dec 2005 11:21:00 GMT  
 
 [ 8 post ] 

 Relevant Pages 

1. minimize, maximize script just like on microsoft.com

2. disabling minimize, maximize, restore buttons of an html popup window

3. Stopping another process and minimizing/maximizing/restoring

4. Disabled Minimize, Maximize button from a window

5. Word 2000 minimize, maximize, close buttons

6. Program Memory - Minimized/Maximized

7. Visual Basic - Trapping Minimize/Maximize/Close Events (from the window's buttons)

8. Save form settings while form is minimized / maximized

9. minimize/maximize

10. How to catch a Minimize/Maximize operation

11. Minimize, Maximize IE4 or IE5 using VB6 code

12. detect when in a child custom control when the parent form is minimized/maximized

 

 
Powered by phpBB® Forum Software