Shoutbox

Hide Taskbar Button plugin - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Hide Taskbar Button plugin (/showthread.php?tid=45927)

Hide Taskbar Button plugin by TazDevil on 06-07-2005 at 04:28 PM

Hide Taskbar Button Plugin

this plugin is actually extracted from my Window Management Plugin
and contains only the hide button code as requested by regis 8-|

Augg forgot to say enable/disable through Plus!\Plugins\ Hide Task.... <Configure>

removed the message box , sorry
Also I included, some source code in c++, since there is not much c++ source in the forum |-)


RE: Hide Taskbar Button plugin by regis on 06-07-2005 at 06:49 PM

Works fine thank you. :)


RE: Hide Taskbar Button plugin by RaceProUK on 06-07-2005 at 10:33 PM

quote:
Originally posted by TazDevil
I included, some source code in c++, since there is not much c++ source in the forum
That's what MSNFanatic is for.
RE: Hide Taskbar Button plugin by TazDevil on 06-07-2005 at 11:47 PM

@ raceprouk
ok, no need to be that sharp !!!!

just kidding... about the Alt tab icon you requested i think...

there is only one way possible that i am willing to do it...
by setting the toolwindow flag to the window, the bad thing is that it will show that small caption bar
so the way i see it, the hide alttab option will only be available when the window is skinned so that the caption is not shown and when the window has its cation to restore it as a normal window and have the alttab icon and taskbar button

there is actually a second way (making the window a child of another window but this might break comatibility with other plugins that want to subclass the window so it is highly unfavorable)