Questions tagged [minimized]

A minimized object is one that has been replaced with an object that can restore the original when selected.

In a graphical interface, a minimized object is one that has been replaced with an object that can restore the original when selected. The original object is often a window; the minimized form is often an iconic button located in a system dock, tray or task bar.

93 questions
1
vote
3 answers

c# how to FormWindowState.Normal

i have this code: private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { this.WindowState = FormWindowState.Minimized; about About = new about(); About.ShowDialog(); } it minimizes the parent…
iTEgg
  • 8,212
  • 20
  • 73
  • 107
1
vote
1 answer

simple auto clicker no-focus

I'm trying to find a way to make a simple bot that clicks on 4 positions in a minimized window without having to have focus on it. This is what I got till now: #include Local $hDLL = DllOpen("user32.dll") While 1 ControlClick (…
Flugel Drank
  • 11
  • 1
  • 2
0
votes
0 answers

How to open an app in minimzed mode using Python?

app_paths = { "obsidian": "C:\\Users\\athth\\AppData\\Local\\Obsidian\\Obsidian.exe", "postman": "C:\\Users\\athth\\AppData\\Local\\Postman\Postman.exe", # "docker": "C:\\Program Files\\Docker\\Docker\\Docker Desktop.exe", # Add…
Athfan
  • 125
  • 8
0
votes
0 answers

The nodejs capture console is minimized

I have developed a server using nodejs, now I need to capture console minimization events, hidden to the tray, please tell me how to do that, thank you very much I wrote a c++ plugin through the nodejs napi, but couldn't catch the minimization…
bengbeng
  • 1
  • 3
0
votes
1 answer

Google Chrome limits upload speed to 10mbits when minimized (testet on Win10 and Ubuntu 22.04 Desktop)

Has anyone an explanation for the following behaviour: When I upload something with chrome through small xhr requests everything works fine. But when I minimize Chrome the upload dropsThe networkgraph shows the drop when chrome gets minimized and…
0
votes
0 answers

Android Studio - Activity gets destroyed when minimizing / opening new intent, but only in variants

I have a project setup with three flavors/variants. It originally was based on just one flavor, and later the latter two were added extra. The weird thing is that in the flavor (based on the original app) I can minimize the app, and reopen it…
0
votes
1 answer

How to switch screens in react native without reloading the page?

I am working on a React Native application and need to change my current screen to splash screen when the app is minimized/inactive. Also when the user goes back to the app again it should go to the last visited page without reloading. How can I do…
0
votes
1 answer

Simulating mouse clicks in World of Warcraft with python, but in background to specific coordinates

I am trying to simulate right mouse click to WoW, I managed to send keyboard presses and the mouse click to minimized window without activating it, but for the mouse clicks it just doesn't click where I want. If I do it in activated window the…
0
votes
0 answers

How to change the size of a minimized MDI window in Windows 11?

I'm facing an issue with in-app minimized windows, which are broken on my Windows 11 (certainly by a software, but I don't know which one...). Those in-app minimized windows are much more narrower that it should be. Instead of having the minimized…
0
votes
1 answer

why can't I use keybinds outside the program?

I'm try make program to open other apps, to open this program i wan't use keybinds and for hide too. private void Window_KeyDown(object sender, KeyEventArgs e) { if (Dark == 0) { if (e.Key ==…
Anonymous
  • 5
  • 5
0
votes
1 answer

Why do the application windows remain minimized after opening when called with vba?

I have this problem all the time with various applications when I open them via VBA. Internet Explorer, Word, Excel, etc., all open, even the document opens, but the window remains minimized on the taskbar and must be opened manually. I also have…
Jasco
  • 225
  • 3
  • 8
0
votes
0 answers

Form controls are black during restore from FormWindowState.Minimized

It doesn't stay in this state too long, but the user will see it if paying attention to the monitor. It looks horrible, is there anything I can do to stop this? I've included a screenshot of the form being restored. Thank you
0
votes
4 answers

How to edit minimized jQuery plugin file?

I want to edit supersized.3.1.3.core.min.js file. Here's the code (placed here temporarily): (function(a){a(document).ready(function(){a("body").prepend('
').append('
Dimitri Vorontzov
  • 7,834
  • 12
  • 48
  • 76
0
votes
1 answer

Macro repeat at a time interval and works when spreadsheet is minimized

I wrote the below VBA. It is working but have the following problem. Any help would be appreciated. Problem: It does not paste exactly at the time interval assigned. It stops working when the spreadsheet is minimized - and gives error on…
Beekay
  • 1
0
votes
1 answer

How to run minimized with (RunProgram)

Is it possible to run the installation.bat minimized? And if so, how? RunProgram="waitall:Installation.bat"
JoDo
  • 1