Problem showing thumbnail toolbar in .net 3.5 form

后端 未结 1 1654
一生所求
一生所求 2021-01-22 02:20

I am usign WindowsApiCodePack for windows 7 to make a thumbnail toolbar for my form. In the form shown event i am doing this:

tbButton1 = new ThumbnailToolbarBut         


        
相关标签:
1条回答
  • 2021-01-22 03:06

    As the message states, you need to add a reference to PresentationCore. It's required by the Windows API CodePack, but not referenced in your application.

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