简体   繁体   中英

Taskbar Toolbar (DeskBand) in VB.NET for Win7 x64

I want create a DeskBand application for Windows 7 64bit in VB2013 . I found two helpful sites:

  1. Band Object Basics
  2. Extending Explorer with Band Objects Using .NET

My problem is, if I want activate my toolbar, drop the popup window that say this: "**** toolbar isn't compatible with this version of Windows."

I write this on Win x64 with VB.NET Target Platform\\CPU: x64

My VB.NET project files: http://s000.tinyupload.com/index.php?file_id=01064589043620484857

What could be the problem?

Please help me. Thank you.

You DeskBand must implement IDeskBand2 interface. And IDeskBand2.CanRenderComposited method must set CanRenderComposited to TRUE.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM