Windows 7 Jump List (Windows Forms, C #)

Does anyone know how to configure the Windows Jump List function related to my own C # application? I know this can be done, but I still cannot find anything related to C # / Windows7 on MSDN. The only information I can find so far with W7 and C # is only the compatibility that I already read.

Thanks to everyone Baeltazor

+4
source share
1 answer

You can do this using the Windows API code code

Samples \ Shell \ TaskbarDemo \ CS has a sample that shows you how to set up the jump list and icon.

+9
source

Source: https://habr.com/ru/post/896562/


All Articles