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

Simple single exe to show/hide to taskbar

(1/5) > >>

Coeluh:
Hi there,

I would like to know wether this kinda app is around. It should hide when the single exe is executed, and restore the taskbar when executed again. I would not like to be it a tray thingy. Any help?

PhilB66:
Search for "pushtoshow" (a script by skrommel).

Coeluh:
Search for "pushtoshow" (a script by skrommel).
-PhilB66 (November 23, 2008, 10:24 AM)
--- End quote ---
Now that is not what I'm looking for.
1. The thaskbar kets unlocked, don't like it.
2. Also the 'when mouse reaches bottom of the screen show op" function is not fine.
3. I would like to make a clickable shortcut, not a shortkey.

skrommel:
:) How about this?

RunAndHide - Run to hide or show the taskbar.

You'll find the downloads and more info at 1 Hour Software by Skrommel.

Skrommel

Coeluh:
:) How about this?

Skrommel


--- ---;RunAndHide.ahk
; Run to hide or show the taskbar
;Skrommel @ 2008

IfWinExist,ahk_class Shell_TrayWnd
{
  WinHide,ahk_class Shell_TrayWnd
  WinHide,Start ahk_class Button
}
Else
{
  WinShow,ahk_class Shell_TrayWnd
  WinShow,Start ahk_class Button
}-skrommel (December 08, 2008, 09:50 AM)
--- End quote ---
what to do with it?

Navigation

[0] Message Index

[#] Next page

Go to full version