Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
447 views

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)?
1
vote
1answer
287 views

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"), ...
0
votes
1answer
126 views

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 ...
0
votes
1answer
384 views

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 ...