Top "Maximize" questions

Maximize refers to the process of increasing a certain value to its fullest, biggest, or greatest (max).

How can I maximize a window?

I've got this trouble and I was wondering if you can help me. I'm trying to maximize the window without …

javascript maximize maximize-window
How to make an undecorated window movable / draggable in JavaFX?

I have to create an application in which minimize and maximize button will be disabled. I have used "StageStyle.UNDECORATED" …

javafx-2 minimize maximize
Notepad files always open as a very small window

I couldn't fix it no matter what I did. I'm on Windows 7, 64 bit. I know; creating a shortcut to that …

windows windows-7 notepad maximize maximize-window
Enable Maximize, Minimize and Restore Window in WPF (Manual Resize is disable)

I need to enable the following on my application (C# WPF application): Have normal size of 1024*768 The user can maximize …

c# wpf resize minimize maximize
Properly maximizing WPF window with WindowStyle=None

There are two problems with WPF windows when the WindowStyle=None option is used. The window covers the Taskbar when …

wpf taskbar maximize
Repaint frame when resized?

How would I force a Frame to repaint() immediately after it is maximized, or resized? I can't find what method …

java awt frame repaint maximize
VB.net Borderless Form Maximize over Taskbar

When I maximize my borderless form, the form covers the entire screen including the taskbar, which I don't want it …

vb.net maximize taskbar maximize-window
How to disable maximize button in delphi program?

How to disable maximize button in delphi program?

delphi button maximize
Disable maximizing WPF window on double click on the caption

How to disable maximizing WPF window on double click on the caption and leave resizing available? I know that ResizeMode …

wpf window double-click wndproc maximize
Why jQuery UI Dialog has no minimize, maximize buttons?

I am using jQuery-1.9.1 and jQuery-ui-1.10.2 to popup a dialog, my code is below: <script type="text/javascript" src="…

jquery-ui dialog minimize maximize