alakani Posted November 3, 2007 Posted November 3, 2007 I'm having loads of trouble using ITaskbarList described here: http://msdn2.microsoft.com/en-us/library/bb774652.aspxIs it a call to shell32.dll? Or is it a COM Object? In my searches, I've seen it described both ways. If it's a DLL call, I've tried: $button = WinGetHandle("VLC (hardware YUV overlay DirectX output)") ; works $shell = DllOpen("shell32.dll") DllCall($shell, "int", "HrInit") DllCall($shell, "int", "DeleteTab", "hwnd", $button) ; returns S_OK (I think?) but doesn't do anything DllClose($shell)But I think that's retarted since it doesn't describe the method.If it's COM, then, WTF?Help! Any other ways of accomplishing removal or hiding of a particular taskbar button are also welcome.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now