Search code examples
thumbnailswindows-media-player

How to create thumb button VB.net


Excuse me, I'm developing Music player and I want to create thumb button same as Windows media player. How to create it? Thanks


Solution

  • Hey i been looking for the same answer, so far no luck

    but i found these.

    https://msdn.microsoft.com/en-us/library/system.windows.shell.taskbariteminfo%28v=vs.110%29.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1

    Scroll down to Remarks.

    there are example provided by Microsoft how to create a small play button and stop button.

    Hope that's helpful