0

I have a question. Is it possible to use WindowsAPICodePack or some other way to remove/hide taskbar preview. Or is it impossible.

I tried this:

// Disables the taskbar thumbnail preview
TaskbarManager.Instance.TabbedThumbnail.SetThumbnailClip((new WindowInteropHelper(this)).Handle, new System.Drawing.Rectangle(0,0,0,0));

but it unfortunately hides only thumbnaiL see picture. But how can I achieve a complete removal / hiding of the taskbar preview.

enter image description here

Thanks a lot.

  • Thank you for your reply. Unfortunately I have tried this as well and without success. Here is the source code: https://gist.github.com/ORRNY66/f0ce33b47f05a99ec401684b852db472 I don't know if I'm making a mistake somewhere. –  Mar 04 '23 at 14:44

0 Answers0