maximize Questions

3

Solved

I'm trying to disable the maximize capacity (not the maximize button) in a wpf window, but so far nothing has succeded. I'm using a window with WindowStyle="none", but when I drag the window to th...
Salmagundi asked 4/6, 2015 at 16:36

7

Solved

I have a problem with my custom window (AllowTransparency, WindowStyle=None) in WPF. DragMove() method works good, but when I maximize window, or it maximizing automatically by Windows 7 Aero Snap,...
Roseola asked 28/7, 2012 at 19:5

3

Solved

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 ...
Photodisintegration asked 13/3, 2009 at 3:1

9

Solved

WinForms have those three boxes in the upper right hand corner that minimize, maximize, and close the form. What I want to be able to do is to remove the minimize and maximize, while keeping the cl...
Prase asked 11/6, 2010 at 20:15

6

Solved

There are two problems with WPF windows when the WindowStyle=None option is used. The window covers the Taskbar when maximized. Once maximized, the window cannot be dragged down to unmaximize. ...
Fulviah asked 6/1, 2014 at 1:14

2

I'm trying to find the best possible combination that will maximize my sum value, but it has to be under 2 specific constraints, therefore I am assuming Linear programming will be the best fit. The...
Domitian asked 14/10, 2020 at 15:11

6

Do you know how to hide minimize, maximize and close buttons of title bar in Qt. I especially need to hide it on QMainWindow.
Unguent asked 9/7, 2010 at 9:11

3

Solved

Any example for multi-objective optimization in Pyomo? I am trying to minimize 4 Objectives (Non Linear) and I would like to use pyomo and ipopt. Have also access to Gurobi. I want to see even ...
Sphinx asked 7/6, 2018 at 13:51

5

I'm attempting to write a simple script that checks if I have any gmail emails labeled SOMETHING and then opens a firefox browser window to a login page, after which it goes to something else. He...
Maraschino asked 18/4, 2012 at 2:54

2

Solved

I have a generative adversarial networks, where the discriminator gets minimized with the MSE and the generator should get maximized. Because both are opponents who pursue the opposite goal. gener...
Tallage asked 12/12, 2019 at 11:50

7

So I am making a game on Visual Studio C# and I want the form to be automatically maximized to any user's computer screen when compiled? How can I do that?
Rosaline asked 2/6, 2010 at 4:45

1

I am trying to reproduce the mean squared error between the actual and estimated parameter 'tau' (for over a month :(). The estimated 'tau', namely 'tau_hat' is obtained through the maximum likelih...
Dartboard asked 20/9, 2018 at 8:6

3

Solved

I am using PyQt4 for GUI in my application. I want to know how can make my window maximized by default. I goggled but did not found an alternate. I tried using below code, but its not for maximi...
Carrack asked 6/2, 2013 at 10:7

1

Solved

I have a set of data which I am interpolating with kind = 'cubic'. I would like to find the maximum of this cubic interpolation function. Currently what I am doing is just find the maximum value ...
Radioelement asked 16/5, 2018 at 12:42

2

Solved

i have created a form and set its FormBorderStyle property to none. when i press Windows + UP form will be Maximized. how can i prevent form from maximize? i tried private void logIn_Resize(objec...
Mucilage asked 27/12, 2017 at 12:39

2

Solved

I have to create an application in which minimize and maximize button will be disabled. I have used "StageStyle.UNDECORATED" with which the application will not be movable or draggable anymore, so...
Imf asked 3/11, 2012 at 5:16

5

Solved

I'm working on a legacy WinForms MDI application and have some trouble making the child forms behave as I want. My objective is to have the child form always maximized (docked). The problem is, t...
Oysterman asked 6/1, 2012 at 22:5

3

How to disable maximize button in delphi program?
Weakness asked 23/2, 2010 at 5:21

3

Solved

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 --maximiz...
Taratarabar asked 29/11, 2013 at 12:35

4

Solved

According to the MSDN documentation for the WindowStartupLocation Property: Setting CenterScreen causes a window to be positioned in the center of the screen that contains the mouse cursor. Al...
Lawson asked 25/6, 2010 at 22:41

2

Solved

I have used a mutex to run a single instance program, and now I want the window to become maximized if it is currently minimized when the user reopens the application. Here is the code I currently...
Postiche asked 13/5, 2011 at 9:49

1

recently i had tried to make task-bar invisible in maximize mode but unfortunately nothing worked. i had some research over MSDN and stack overflow and most of them said make window border equal to...
Mere asked 5/12, 2012 at 17:56

1

Solved

When users resize and adjust the location of my program's window (Winforms), they expect to see the window in that same position, even after closing and reopening the program. What I do is store th...
Demulsify asked 11/5, 2015 at 10:58

2

Solved

My program needs to arbitrarily maximize any window on the current desktop. I achieve this by calling ShowWindow(hWnd, SW_MAXIMIZE), where hWnd is the HWND of the window I want to maximize. When th...
Pigheaded asked 14/1, 2011 at 2:19

1

Solved

Problem I have n jobs to schedule in P seconds on unlimited number of machines with dependencies between the jobs i.e . for every job there is a set of jobs which are to be scheduled only after thi...
Hinch asked 7/12, 2014 at 13:21

© 2022 - 2024 — McMap. All rights reserved.