About 51,700 results
Open links in new tab
  1. Removing minimize/maximize buttons in Tkinter - Stack Overflow

    By the way, using window.attributes('-toolwindow', True) will remove the minimize and maximize boxes, but it will make the app not display in the taskbar, which is a problem for me.

  2. How to remove minimize and maximize buttons from a resizable …

    Generally googlers that look for a way to disable minimize and maximize buttons don't have specific requirement for having window to be resizable. Currently this is top result for "wpf …

  3. Disable maximize button of WPF window, keeping resizing feature …

    In your window's properties, it will give you a resizable window with no minimize or maximize buttons at the top. It'll be square looking and the close button is also square, but at least …

  4. cmd / powershell: minimize all windows on your desktop except …

    cmd / powershell: minimize all windows on your desktop except for current command prompt (console) or except for some particular window Asked 11 years, 9 months ago Modified 6 …

  5. Restore a minimized window of another application

    Process.MainWindowHandle returns the window handle of the first window created by the application, which is USUALLY that app's main top-level window. However, in my case, a call …

  6. How to detect browser "minimized" and "maximized" state in …

    I am trying to find the browser minimized and maximized states, as I want to hit the AJAX request accordingly the browser state. Does anyone know how do I detect the browser state using …

  7. how to minimize the command prompt when running a batch script?

    1 Windows 10 makes it very easy to start minimized. Simply create a shortcut and click properties. On the shortcut tab half way down is the "Run:" option witch lets you select how you want the …

  8. python - How to maximize a plt.show () window - Stack Overflow

    For me, this doesn't create a maximized window either, but a fullscreen one. I didn't get any minimize, maximize/restore down and close buttons as normal windows have and I had to …

  9. Minimizing/Closing Application to system tray using WPF

    I want to add application in System Tray when user minimize or close the form. I have done it for the Minimize case. Can anyone tell me that how i can keep my app running and add it into …

  10. Is there a way to programmatically minimize a window

    What I'm doing is I have a full-screen form, with no title bar, and consequently lacks the minimize/maximize/close buttons found in the upper-right hand corner. I'm wanting to replace …