How to make DeskBands work on Windows 7 x64?

后端 未结 1 958
北荒
北荒 2020-12-12 06:07

I\'m going to create an application (C#), which has its DeskBand on the Windows TaskBar. I\'ve found one complete example program, which does this, but I didn\'t manage to s

相关标签:
1条回答
  • 2020-12-12 06:14

    According to Microsoft, Deskbands are not recommended for Windows 7, although they still work. Also keep in mind that Microsoft requires that Deskbands support Aero on Windows 7 via IDeskband2 Interface, rather than IDeskband. Also, Micorosft has officially said that IDeskBand2 may be altered or unavailable in subsequent versions of the operating system or product.

    Finally, be very careful about creating shell extensions in managed code.

    0 讨论(0)
提交回复
热议问题