Use the button and check the box to start minimized. Why are some programs not minimized?

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
xxxdo1
Junior Member
Junior Member
Posts: 87
Joined: 2024-11-03, 02:45 UTC

Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *xxxdo1 »

Use the button and check the box to start minimized.
Why are some programs not minimized?

Is there any way to force these programs to start minimized?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6950
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *Horst.Epp »

TC can't force the executing tool to run minimized.
You have to look for the options of the called program.
Many tools remember their last state, but not all.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
User avatar
xxxdo1
Junior Member
Junior Member
Posts: 87
Joined: 2024-11-03, 02:45 UTC

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *xxxdo1 »

2Horst.Epp
This program does not have any command parameter options, how can I force it to start minimized?
Is there an external tool that can do this?
Fla$her
Power Member
Power Member
Posts: 2982
Joined: 2020-01-18, 04:03 UTC

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *Fla$her »

xxxdo1 wrote: 2024-11-17, 17:34 UTC Why are some programs not minimized?
For example?
Overquoting is evil! 👎
User avatar
xxxdo1
Junior Member
Junior Member
Posts: 87
Joined: 2024-11-03, 02:45 UTC

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *xxxdo1 »

2Fla$her
For example, I used "Neat Download Manager", which is a multi-threaded downloader.
https://www.neatdownloadmanager.com/index.php/en/

I checked the option to start minimized on the button, but it did not start minimized. And it did not have any startup parameters.
How can I force it to start minimized in this case?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *ghisler(Author) »

You can't. The program has to handle either a command line parameter, or handle the parameter nCmdShow in WinMain, which could be set to SW_SHOWMINIMIZED or SW_SHOWNOACTIVATE. Total Commander itself handles this parameter, but for example the Total Commander installer does not.

You would have to ask the developer(s) to add this.
Author of Total Commander
https://www.ghisler.com
User avatar
xxxdo1
Junior Member
Junior Member
Posts: 87
Joined: 2024-11-03, 02:45 UTC

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *xxxdo1 »

I use a script to minimize it after it starts, but I haven't found a way to force it to minimize when it starts.
Fla$her
Power Member
Power Member
Posts: 2982
Joined: 2020-01-18, 04:03 UTC

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *Fla$her »

xxxdo1 wrote: 2024-11-18, 11:40 UTC but I haven't found a way to force it to minimize when it starts.
There is no such way.
Overquoting is evil! 👎
User avatar
nsp
Power Member
Power Member
Posts: 1912
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *nsp »

xxxdo1 wrote: 2024-11-18, 07:32 UTC How can I force it to start minimized in this case?
You can use the start command to start minimized, see the following sample to download from clipboard.

Code: Select all

TOTALCMD#BAR#DATA
cmd.exe /c start "" /min %COMMANDER_PATH%\tools\HTTP_Downloader\HTTP_Downloader.exe
 --immediate  --url %|$CLIPBOARD|%
%COMMANDER_PATH%\tools\HTTP_Downloader\HTTP_Downloader.exe
Downloader - CLIPBOARD
%COMMANDER_PATH%\tools\HTTP_Downloader\

-1
Fla$her
Power Member
Power Member
Posts: 2982
Joined: 2020-01-18, 04:03 UTC

Re: Use the button and check the box to start minimized. Why are some programs not minimized?

Post by *Fla$her »

2nsp
And how is this different from the minimize option in the button? C HTTP_Downloader, apparently, will work, but with the mentioned NeatDM it will not.
Overquoting is evil! 👎
Post Reply