Questions tagged [maximize-window]

This tag refers to the process of increasing the size of a UI window to its fullest, so that it takes up the entire screen.

134 questions
6
votes
4 answers

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 file, right clicking on the shortcut and choosing run-> maximize is a workaround but this is too much a hassle. Will I need to create shortcut for…
user2155565
  • 317
  • 3
  • 5
  • 11
6
votes
5 answers

How to show a form again after hiding it?

I have two forms. I need to open a second form with a button. When I open form2 I hide form1. However when I try to show form1 again from form2 with a button it doesn't work. My form1 code is: Form2 form2 = new Form2(); …
Oktay
  • 127
  • 1
  • 2
  • 15
5
votes
2 answers

Delphi - Maximize a form to a particular screen

Quite a simple one i would think, but i need to be able to Maximize a form to a particular screen. Cant seem to find any Delphi specific info. I can remember the forms position over subsequent application loads. However, when i restore the position,…
Simon
  • 9,197
  • 13
  • 72
  • 115
5
votes
2 answers

GLFW3, how to tell if a window is currently maximized?

Is there a way to tell if a window is currently maximized in GLFW3? Not fullscreen, but maximized in windowed mode.
Sam Washburn
  • 1,817
  • 3
  • 25
  • 43
5
votes
2 answers

Awesome WM: move/resize maximized floating windows

In a float-layout, or when having windows floating in any other layout, it is impossible to move/resize them when they're maximized. I would however like to be able to drag/resize them out of the maximized state. This doesn't seem to…
JorenHeit
  • 3,877
  • 2
  • 22
  • 28
5
votes
3 answers

How can I launch emacsclient maximized from the commandline

I am wonder how to start emacsclient in a new maximized frame. emacsclient -c starts a new frame but the man page indicated no way to maximize this frame. There are no such options as --maximized. Warning : this is no a duplicate from the post :…
ppr
  • 685
  • 7
  • 24
4
votes
2 answers

Windows C++ how to startup application maximized?

I am creating a windows application in C++. I am using SDL (http://www.libsdl.org/) - however this question applies to many other types of windows applications written in C++ as I have had the same problem before in MFC years ago and never solved…
Phil
  • 46,436
  • 33
  • 110
  • 175
4
votes
2 answers

Maximize window maintaining taskbar limits

I want to create a Qt application without the windows title bar (I want to create a customized one). I've created three buttons for minimizing, maximizing and closing the window. Everything works except for considering that when I maximize the…
Jepessen
  • 11,744
  • 14
  • 82
  • 149
4
votes
1 answer

delphi how to prevent a MDI child from being maximized?

in delphi mdi application there is need to show a child window with its caption in Mainform client area when maximize button is pressed using Win32Check(Windows.GetClientRect(ClientHandle, aTRect)); MDIChild1.BoundsRect := aTRect; functions. So,…
Avrob
  • 533
  • 2
  • 10
  • 20
4
votes
1 answer

Expand (maximise) subplot figure temporarily — then collapse it back

Often in Matlab we would plot a figure with many subplot axes, but they are all tiny. In the prevalent UX paradigm, you would expect to be able to double-click such a small plot to have a closer look using the entire screen space. Typically this is…
Evgeni Sergeev
  • 22,495
  • 17
  • 107
  • 124
4
votes
1 answer

Completely Maximize C# winform and hiding open window icons at bottom

I already set this.WindowState = FormWindowState.Maximized; and everything looks ok but the Windows open-window icons (such as my browser at the bottom of the page) is still visible. How to make it invisible?
electricalbah
  • 2,227
  • 2
  • 22
  • 36
4
votes
3 answers

Size of extended jframe?

How can I get the width and height of an extended JFrame? (done through) setExtendedState( getExtendedState() | JFrame.MAXIMIZED_BOTH);
andreihondrari
  • 5,743
  • 5
  • 30
  • 59
4
votes
4 answers

How to make a C++ program run maximized automatically?

I need to know whether there is a code for a C++ program to automatically maximize the program window since I always have to maximize the window when I run the program. I'm using Windows 7. I am very much new to C++. Can someone help me? Thanks.
Dishon
  • 121
  • 2
  • 9
3
votes
3 answers

Get Size of Window when is Maximized in WPF

i search for a way to get the Width-Property of an Maximized WPF Window. Any Ideas how can i get the absolute value? Thanks a lot.
user1040567
  • 137
  • 2
  • 9
3
votes
1 answer

On window.open window's width and height not set properly in Windows10

We are opening a browser window using window.Open and sets the desktop's avail width and avail height. It's working perfectly on all Windows OS except Windows10. IE, Chrome and Firefox get some space on browser window's right and left. I spend many…
Pandiyan
  • 129
  • 1
  • 1
  • 7
1
2
3
8 9