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

<< < (4/5) > >>

hamradio:
I also made something when the request first came out and just released it. It is not did with ahk but works like the ahk one for those curious minds.  :)

Can be found on my mini site at http://carrolld.dcmembers.com/downloads.php

lanux128:
thanks. it works fine, hamradio. :up:

Martina:
Please help me!
I'm using Skrommel's PushToShow application in the .exe form and I have a small request. Since I use it as a "special button" on a dock bar is there anybody who could make it work as a taskbar toggler? Like:
 -I click on the icon -> the program starts and hides the taskbar as usual
 -I re-click on the icon -> the program checks if it is already running and if so it shuts down and makes the taskbar visible again

Indeed, the "special button" I mentioned before is a link to a .vbs script that calls a .bat file.

To start dock+PTS I have a link on the QuickLaunch that runs

    CreateObject("Wscript.Shell").Run """C:\\Documents and Settings\\Marco\Documenti\\Programmi portatili\\RK Launcher\\docklets\\Varie\\Avvia dock.bat""",0

which calls

    start "" "C:\Documents and Settings\Marco\Documenti\Programmi portatili\RK Launcher\docklets\Varie\PushToShow.exe"
  start "" "C:\Documents and Settings\Marco\Documenti\Programmi portatili\RK Launcher\RKLauncher.exe"

And this works fine. To shut down, as I wrote above, I've placed a link on the dock that runs

    CreateObject("Wscript.Shell").Run """C:\\Documents and Settings\\Marco\Documenti\\Programmi portatili\\RK Launcher\\docklets\\Varie\\Termina dock.bat""",0

which calls

    tskill RKLauncher
    ***and here I do not know what to put!!!***

Please help me!

Thanks in advance and please answer me,
Martina

lanux128:
Since I use it as a "special button" on a dock bar is there anybody who could make it work as a taskbar toggler?
-Martina (June 09, 2009, 06:54 AM)
--- End quote ---

you can try hamradio's TaskShowHide which does act as a toggle button.

Martina:
Yeah I know but pushtoshow works far better for me, it makes the whole screen available for maximized windows without having to set "autohide taskbar" first, and also doesn't conflict with winamp tray icon.
Hope skrommel is reading this topic :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version