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

810 views Asked by At

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.

1

There are 1 answers

1
Denis Anisimov On

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