ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Tool to block SPECIFIC app from Minimizing ("NoMinimize")

(1/2) > >>

melvynadam:
I have an application which disappears when minimized. It's from my mobile broadband provider and it's unlikely to get an update or get fixed. It's also the only way I know of to activate my USB 3G dongle. Most of the time I remember not to minimize it but occasionally I forget and it's a hassle. What I'm looking for is a tool which I can leave running in the background which prevents named applications from minimizing. Anyone?

Something like NoClose v1.1 but instead "NoMinimize" would be perfect.

skwire:
Something like NoClose v1.1 but instead "NoMinimize" would be perfect.-melvynadam (June 28, 2010, 02:52 AM)
--- End quote ---

It's pretty trivial to modify NoClose to disable the minimise button as well.  I'm not sure I'd be able to do anything about you minimising it via the taskbar, though.  Would simply disabling the minimise button be enough for you?

melvynadam:
Yup. That would be perfect. I only minimize using the button.

melvynadam:
Incidentally, I do want to be able to close the thing. Only minimize should be disabled. When you say "disable the minimize button as well", can both be optional?

skwire:
Sure, NoClose can be modified to only disable the minimise button.  Honestly, it's a one character change.  If you want to modify NoClose yourself, simply change this line:


--- Code: Autohotkey ---DllCall("user32\DeleteMenu","UInt",menu,"UInt",0xF060,"UInt",0x0)
To:


--- Code: Autohotkey ---DllCall("user32\DeleteMenu","UInt",menu,"UInt",0xF020,"UInt",0x0)
If you don't feel comfortable modifying and compiling AHK files on your own, please let me know and I'll do it for you.

Navigation

[0] Message Index

[#] Next page

Go to full version