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
0
votes
1 answer

Start a process in minimized state with just one line. Is it possible

I have the code below to start a process in minimized state. It does work Dim psi As New ProcessStartInfo("notepad") psi.WindowStyle = ProcessWindowStyle.Minimized Process.Start(psi) However, I want to combine them into one line, it start the…
BachPhi
  • 142
  • 11
0
votes
0 answers

Having notepad++ running at startup minimized

as title says, i'm on Windows 10 x64 and the installation path is "c:\program files" so i've to create a new string in regedit after ..\syswow64\current version\run with c:\program files\notepad++\notepad++.exe. So far so good. Now i want it to…
frost
  • 1
0
votes
2 answers

Best alternative for detecting Minimized state of a window?

I need to detect whether a specific window is minimized or not. For this purpose I have found two functions: 1. function PAIsWindowMinimized(h: HWND): Boolean; // Detects whether a window is minimized or not var wp:…
user1580348
  • 5,721
  • 4
  • 43
  • 105
0
votes
0 answers

Selenium - Window focus issues in Chrome browser when my VM is minimized

I Connected to VM by RemoteDesktop Triggered Chrome browser (latest Version 66.0.3359.139) through Selenium - Java Launch the login page (which has UserName and Password fields in it). Put some hard sleep for 5 seconds Minimize my window for VM…
0
votes
0 answers

Start an app minimized in c#

I'm trying to have an app start minimized in c# but "windowstate" library isn't available as I have selected to build "Blank app" in c# + I cant find the notifyIcon tool in the toolbox. I tried to find that as I read some solutions including…
eik porro
  • 1
  • 1
0
votes
0 answers

Windows 7 - start process foreground

my problem occures on Windows 7. Background: I have two applications: a) MainApp - software which should always run in foreground, maximized (with no taskbar) b) Watchdog - software which monitors MainApp if it runs properly and starts new MainApp…
Pawel
  • 280
  • 3
  • 10
0
votes
1 answer

(Batch Script) - Desktop screenshot (functional) but cannot be minimized?

Thank you in advance for your time. I found/edit a batch script (bat1.cmd) which take a desktop screenshot. Everything is working good actually. Here is my complete code = https://pastebin.com/KvqgFx5L . My only request here is to hide/minimize the…
Etmila
  • 11
  • 3
0
votes
1 answer

Simulate input in own application without focus?

I was wondering if it is possible to simulate input in your own application without the window being focused or the window minimized, kind of like with PostMessage or SendMessage but without those APIs specifically? Thanks!
0
votes
2 answers

Run Scheduled Task Minimized

I have setup a console app to run every minute using Windows scheduler. However, a CMD screen pops-up briefly when the scheduled task runs. This is kind of annoying and I would like the task to start up while minimized and then close. Looking into…
Shamim Hafiz - MSFT
  • 21,454
  • 43
  • 116
  • 176
0
votes
1 answer

JavaFX KeyEvent when Stage inactive

when i minimize my Stage, JavaFX don't fire my KeyPressed Event. How can i listen to the KeyEvent when the Stage is minimized? Here i call my Stage: public void start(Stage primaryStage) throws IOException { FXMLLoader fxmlLoader = new…
0
votes
0 answers

Minimize and Uglify not working in Ionic2

I'm trying this, I set up alwaysRun to true in cordova-uglify and ionic-minify folders, but the only way to see the files minimized and uglified is running ionic build android --release (but i don't want to generate the app for PRD yet) If I do…
Faabass
  • 1,394
  • 8
  • 29
  • 58
0
votes
1 answer

how come back to Application after pressing home button

I have an android application, when user presses home or back key, android application will be minimized. I want to open this application after pressing back or home key. (like long press in home key and selecting minimized app - I want…
0
votes
1 answer

Alert user of in-browser event when window minimized -- other than html5 notification

I have a requirement where we need to alert the user of some event that happened in the browser even if the window is minimized. In browser we use toasts from toastr and this works great if the user is in the browser window already. We also have…
Pompey
  • 616
  • 2
  • 9
  • 23
0
votes
0 answers

Build primefaces from source with minimized resources

How to build primefaces from source and get minimized resources(css,js)? I am using Primefaces 5.0, and use mvn clean install But the resources are not minimized. primefaces.css/js jquery-plugins.js charts.css/js editor.css/js ... To make debug…
eastwater
  • 4,624
  • 9
  • 49
  • 118
0
votes
1 answer

radio button won't work when minimized

My radio won't work whenever I resize it smaller but works smoothly whenever I full screen it. Can anyone tell why I cannot select the radio buttons when the windows is smaller?
jads
  • 1
  • 2