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
votes
2 answers

Can't manage to make CMD launch a program using start

I made a .bat file which is supposed to run Thunderbird minimized. Here's what I put in it so far: start /min "" C:\"Program Files (x86)"\"Mozilla Thunderbird"\thunderbird.exe runas /user:Administrator I tried several tests: - Removing /min -…
Joe
  • 434
  • 1
  • 4
  • 15
-1
votes
1 answer

Blinking minimized browser

when my single IE instance is opened then minimized browser is blinking but while setting task bar property "Group similar task bar button" and if multiple IE instances opened then blinking is not working. i have written follwoing code for…
-2
votes
1 answer

If i press right alt this hide, when i press again program shows and hide

if (e.KeyData.ToString().ToUpper() == "RMENU") { if(alt==2) WindowState = WindowState.Normal; alt = 1; else WindowState =…
Anonymous
  • 5
  • 5
1 2 3 4 5 6
7