Top "Minimize" questions

To minimize is to replace one object with another object that can restore the original when selected.

Disabling Minimize & Maximize On WinForm?

WinForms have those three boxes in the upper right hand corner that minimize, maximize, and close the form. What I …

c# winforms minimize maximize
Minimize a window in WPF?

How do you minimize a window programmatically when using windows WPF? I can seem to find a .Resize attribute?

c# wpf windows resize minimize
How do I put a Java app in the system tray?

I have a little control-panel, just a little application that I made. I would like to minimize/put the control-panel …

java system-tray minimize
How to minimize a JFrame window from Java?

In my Java app, I have a JFrame window, how can I minimize it from my Java program ?

java swing jframe minimize
VB.NET How to Minimize a window to the Taskbar?

How can i Minimize the window to the Taskbar? im using: FormBorderStyle = Windows.Forms.FormBorderStyle.None

vb.net winforms minimize
Excel Window & UserForm Minimize and Maximize Functions

I currently have a userform open on top of an excel instance and it is set so you can't interact …

windows excel vba minimize
Structure of inputs to scipy minimize function

I have inherited some code that is trying to minimize a function using scipy.optimize.minimize. I am having trouble …

python numpy scipy minimize
How to hide a JFrame in system tray of taskbar

I'd created a JFrame and want to hide in taskbar (in windows not visible right in the bottom but hidden …

java windows jframe taskbar minimize
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 …

c# winforms forms minimize maximize-window
Qt hide minimize, maximize and close buttons

Do you know how to hide minimize, maximize and close buttons of title bar in Qt. I especially need to …

qt hide minimize maximize