¡@

Home 

c# Programming Glossary: itaskbarlist

Hide another app's taskbar button

http://stackoverflow.com/questions/739574/hide-another-apps-taskbar-button

process Update Tormod put me on the right track with ITaskbarList it works great. The pinvoke.net page had some errors wrong GUID.. and also added an example of how to instantiate the ITaskbarList via its coclass. Update 2 If you use DeleteTab to hide a window's.. Object Model COM object CLSID_TaskbarList that exposes the ITaskbarList interface IID_ITaskbarList . You must call the ITaskbarList..