Showing archive results for June 1, 2011

Jun 1, 2011
Post comments count0
Post likes count1

How do I prevent users from pinning my program to the taskbar?

Raymond Chen

A customer wanted to prevent users from pinning their application to the taskbar. I have an application that is launched as a helper by a main application. Users shouldn't be launching it directly, but rather should be launching the main application. But since the helper shows up in the taskbar, users may be tempted to right-click on the taskbar...

Code