Jump to content

Is it possible to hide program from taskbar


Recommended Posts

Soo.. I would like to hide my Winamp button from taskbar because I use MMD3 skin ("minimized" to top of screen). The only program is that Winamp changes its name to show the music/video file its playing, for example: "1. Artist - Song name - Winamp". I tried to use CyberSlug's

$window = WinGetHandle("Username's Buddy List Window")
$newParent = WinGetHandle("Program Manager")

DllCall("user32.dll", "hwnd", "SetParent", "hwnd", $window, "hwnd", $newParent)
from Looking to hide taskbar Button(s) but it can't hide Winamp because of the name changing by songs.. Is there any other ways to hide the button from taskbar?

Thanks in advance and sorry for bad spelling etc.!

Link to comment
Share on other sites

Hi,

you can change that behaviour in the settings of winamp ...

Greetz

Greenhorn

Oh... Sorry.. I thought I checked all of the options.. Maybe I need to buy new glasses. :)

Anyway, thank you very much for the help!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...