Questions tagged [thumbnail-toolbar]

5 questions
2
votes
1 answer

Problem showing thumbnail toolbar in .net 3.5 form

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 ThumbnailToolbarButton(new Icon("myOverlayIcn.ico"), "Next Event"); tbButton1.Click += new…
PUG
  • 3,867
  • 11
  • 69
  • 106
2
votes
2 answers

How to use Itunes-like functionality of windows-7 with WPF? (thumbnail toolbar)

How to use such functionality of windows-7 with WPF (one that uses Itunes - see the Prt Scrn below)? (source: narod.ru)
Rella
  • 59,216
  • 102
  • 341
  • 614
1
vote
0 answers

Java Windows Thumbnail Toolbars

It's possible to use that feature in java, without creating own natives? And for free. (No J7Goodies) http://msdn.microsoft.com/en-us/library/windows/desktop/dd378460#thumbbars
user2250333
  • 133
  • 2
  • 17
0
votes
1 answer

Setting the visibility for a ThumbnailToolBarButton

I've got a few ThumbnailToolBarButtons on my window thumbnail. One is a play/pause button. I've actually got two buttons for this ... one for play and one for pause. When I click the button it will hide one and show the other using the…
Davin Studer
  • 1,316
  • 3
  • 13
  • 27
0
votes
1 answer

making a thumbnail toolbar (windowsAPICodePack,windows 7) button invisible in vb.net

I'm trying to make a thumbnail toolbar button (TTB from now on)visible when the it is clicked. I know how to do stuff when it is clicked, AddHandler etc. But if I tell it TTB.visible=false then it doesn't become invisible. If I put TTB.enabled =…
Jonathan.
  • 51,850
  • 46
  • 174
  • 275