Top "Maximize" questions

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

Hide Taskbar on fullscreen WPF

recently i had tried to make task-bar invisible in maximize mode but unfortunately nothing worked. i had some research over …

wpf window hide taskbar maximize
Make p:dialog scrollable when working with maximizable

Does anyone know how to make a p: dialog work with maximizable and also scroll? If the window is maximized …

dialog primefaces scroll scrollable maximize
DragMove() and Maximize

I have a problem with my custom window (AllowTransparency, WindowStyle=None) in WPF. DragMove() method works good, but when I …

wpf drag move maximize
Removing or disabling a resizable Tkinter window maximise button under Windows

Looking for advice on how to remove or disable a resizable window's maximize button under Windows. I'm using Python 2.7 for …

python windows events tkinter maximize
Finding an approximate local maximas with noisy data in Matlab

The matlab FAQ describes a one-line method for finding the local maximas: index = find( diff( sign( diff([0; x(:); 0]) ) ) < 0 ); But …

matlab maximize noise
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 …

visual-c++ window maximize maximize-window
Writing an Algorithm for maximum likelihood estimation in MATLAB

I know that MATLAB has a package for maximum likelihood estimation, but for educational purposes I'm writing by myself an …

algorithm matlab maximize
Maximize Form from differient form C#

Does anyone know how to maximize a form from another form, in c#? I tried the code below but it …

c# winforms forms maximize
Maximize/Minimize window from another thread

I'm trying to find out the correct way to minimize/maximize a window owned by another thread. My target window …

c++ winapi fullscreen minimize maximize
Maximize window from the Main function?

I have used a mutex to run a single instance program, and now I want the window to become maximized …

c# .net windows winapi maximize