The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
100 views

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 ...
4
votes
1answer
85 views

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 ...
0
votes
1answer
359 views

How can i maximize a specific window through cmd?(windows)

I just wanna make a simple notepad .bat file that would maximize a specific process window. Is that possible?
3
votes
3answers
105 views

Size of extended jframe?

How can I get the width and height of an extended JFrame? (done through) setExtendedState( getExtendedState() | JFrame.MAXIMIZED_BOTH);
0
votes
2answers
200 views

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: ...
0
votes
1answer
1k views

Maximize a Window using JavaScript

I've got this trouble and I was wondering if you can help me. Im trying to maximize the window without showing any button or toolbar, and I wish it works in as much as possibles browsers. Now I can ...
1
vote
0answers
43 views

Starting emacsclient maximized [duplicate]

Possible Duplicate: How do I provide a command-line option to emacsclient? I read in the Emacs Wiki that if I put: export ALTERNATE_EDITOR=”” in my .bashrc, I can then just call Emacs ...
0
votes
0answers
36 views

Create a link back to a browser tab

Is there any way to create a link in an exported file (pdf, open office, word files etc) that would re-open a specific browser tab? Is this possible in IE as well as the other common browsers (Chrome, ...
0
votes
4answers
901 views

Maximise C# Application from System Tray using Keyboard Shortcut

Can I know if there is anyway that I can maximise my windows form application from the system tray using say a Keyboard Shortcut rather than clicking on it? I am currently minimizing using this piece ...
0
votes
0answers
105 views

How to maximize window from command line in compiz? via dbus?

I want to reproduce gnome shell behavior in compiz and assign maximize command to top screen edge but compiz settings manager accept only "command". At first i thought it will be as simple as enable ...
0
votes
2answers
292 views

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 ...
18
votes
1answer
669 views

What can I do about maximized, styled windows, which show their borders on adjacent monitors?

On a multi-monitor system, a "blank" VCL application maximizes fine, but the same application with styles enabled (and one chosen as default) maximizes incorrectly. What I'm seeing is the right-hand ...
1
vote
1answer
523 views

Non Maximized matlab GUI figure

Is there a way to create a GUI which starts as a maximized windows? I've tried to add set(gcf,'Units','normalized','Position',[0,0,1,1]); at the end of my gui's mygui_OpeningFcn() function but the GUI ...
14
votes
2answers
3k views

How can I maximize the editor pane?

In Eclipse, I can type control-m or click the maximize icon in the editor pane to make the editor pane take up the entire Eclipse window, and then again to restore the pane back to its previous size ...
1
vote
1answer
315 views

Maximized WPF RibbonWindow Hides Windows Taskbar

I have a WPF RibbonWindow which defaults to maximized. The problem is that if a user has their window's taskbar autohide, once it hides, it won't come back. Hovering over the bottom of the screen ...
0
votes
1answer
178 views

WPF window maximizing fully

I've a custom WPF window and i implemented code when i click on title bar it maximizes full area without task bar that is OK, but when i pressed the left mouse button on title bar and move towards top ...
2
votes
1answer
91 views

What determines when a window will maximise onto an additional monitor?

I've been working on using P/Invoke (post to follow) for multi-monitor support with Silverlight 5. Whilst playing, I noticed that window size and position would determine which of my two monitors an ...
0
votes
1answer
151 views

How determine if mouse points to maximise button of window under cursor

How determine if mouse points to(hover on) maximise button of window even if this window is not of my application. Is there API for that ?
1
vote
3answers
1k views

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.
0
votes
2answers
635 views

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 ...
0
votes
2answers
664 views

Minimize window in Swing

I've created a frame and set it extended state to JFrame.MAXIMIZED_BOTH. The window appears maximazed at startup, but after I pressed "Restore" button, it resizes to zero-sized window with only upper ...
0
votes
3answers
880 views

How to call maximize events manually

I am having one form, and I want that to load in the maximized state. How do I call the windows maximize event on form load?
0
votes
0answers
188 views

Strange main window behaviour

After window maximization, if I switch to another application or press any button or control on the window, window restores its size to original state and size. Have somebody met such strangeness? Why ...
2
votes
2answers
4k views

How to set a JavaFX Stage/Frame to Maximized

I'm using JavaFX 2. I want my frame to open maximized but I'm not seeing a way. I searched a bit on the internet without success. For the stage I see setFullScreen() and setIconified() but I don't see ...
4
votes
2answers
1k views

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 ...
1
vote
3answers
1k views

How to trigger the event associated with maximize in C#

Consider the following code: Window myWindow = new MyWindowSubclass(); myWindow.BringIntoView(); myWindow.Show(); // Code which is effective as pressing the maximize button Also, how to detect if ...
14
votes
6answers
9k views

How can I remove just the Maximize button from a JFrame?

I have a JFrame and want to remove the maximize button from that. I wrote the code below, but it removed maximize, minimize, and close from my JFrame. JFrame frame = new JFrame(); frame.add(kart); ...
1
vote
2answers
3k views

Automatically Maximize Window Using Netbeans

I have been trying to get the window to automatically maximize using Netbeans. I've probably looked through 4 or 5 pages of Google for an answer. The web pages always provide something like this: ...
0
votes
1answer
189 views

MFC window maximized, but to wrong top coordinate

Sometimes, when I use ShowWindow(SW_SHOWMAXIMIZED), my MFC window is maximized, but it is not positioned at coordinates (0, 0), as it should, it is moved down, for around 30-40 pixels. Any tip on what ...
3
votes
1answer
213 views

How to catch the maximize signal in Tk?

You can bind a command with the X button of the window by this: wm protocol $windowPath WM_DELETE_WINDOW $command How can I do the same for the maximize button of the window?
0
votes
1answer
297 views

C# How do I leave the maximized window as it is?

I am using visual studio 2010 to do my C# GUI. The current problem that I am facing is that after maximizing a window, it stays there but when I go to other forms, the window will go back to its ...
2
votes
2answers
696 views

WPF : How to move a maximized custom window?

I'm working on a custom window to add more styling to my application. I followed some tutorials to enable basic window behaviors : Closing Maximizing Minimizing Moving Resizing These are all ...
2
votes
2answers
1k views

Maximized Window Restores to Full Screen

Using CWnd::ShowWindow(SW_SHOWMAXIMIZED) maximizes my app window as expected. However, when clicking the restore button on the app (or double clicking the title-bar), the restored size is the same ...
2
votes
1answer
6k views

Detect browser window Maximized/Minimized with Javascript

When the user clicks the Maximized/Restore Down or Minimised buttons of the browser, is there a way to keep track of these events with javascript? Are there any appropriate event or property to use? ...
1
vote
3answers
2k views

How to? WPF Window - Maximized, No Resize/Move

I'm trying to make a WPF window that opens already maximized, with no resize/move (in systemmenu, nor in border). It should be maximized all the time, except when the user minimize it. I tried to put ...
0
votes
2answers
729 views

Maximizing the current window in javascript

Is there a way I can maximize a currently minimized window from Javascript? Here's my situation: I have a series of links that all target the same external window (e.g. "MyNewWindow"). When I click ...
3
votes
5answers
6k views

How to maximize command prompt in windows xp

I am on windows xp, Is there any way to maximize my cmd.exe window? I am doing some mysql and it is so difficult to read results of my queries in such a small window. Why maximize does not really ...
4
votes
2answers
2k views

Maximizing WPF Doesn't Update Width?

The width property of the screen doesn't seem to update to the fully maximized width when maximizing a window. If I resize it everything works fine, but not when maximizing. The code I have is as ...
45
votes
6answers
24k views

Java: Swing --> Maximize window

I'm putting together a quick and dirty animation using swing. I would like the window to be maximized. How can I do that? Thanks in advance :)